|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Lang | |
|---|---|
| prettify.lang | All languages that comes with release. |
| prettify.parser | The Prettify parser. |
| Uses of Lang in prettify.lang |
|---|
| Subclasses of Lang in prettify.lang | |
|---|---|
class |
LangAppollo
This is similar to the lang-appollo.js in JavaScript Prettify. |
class |
LangBasic
This is similar to the lang-basic.js in JavaScript Prettify. |
class |
LangClj
This is similar to the lang-clj.js in JavaScript Prettify. |
class |
LangCss
This is similar to the lang-css.js in JavaScript Prettify. |
protected static class |
LangCss.LangCssKeyword
|
protected static class |
LangCss.LangCssString
|
class |
LangDart
This is similar to the lang-dart.js in JavaScript Prettify. |
class |
LangErlang
This is similar to the lang-erlang.js in JavaScript Prettify. |
class |
LangGo
This is similar to the lang-go.js in JavaScript Prettify. |
class |
LangHs
This is similar to the lang-hs.js in JavaScript Prettify. |
class |
LangLisp
This is similar to the lang-lisp.js in JavaScript Prettify. |
class |
LangLlvm
This is similar to the lang-ml.js in JavaScript Prettify. |
class |
LangLua
This is similar to the lang-lua.js in JavaScript Prettify. |
class |
LangMatlab
This is similar to the lang-ml.js in JavaScript Prettify. |
protected static class |
LangMatlab.LangMatlabIdentifier
|
protected static class |
LangMatlab.LangMatlabOperator
|
class |
LangMl
This is similar to the lang-ml.js in JavaScript Prettify. |
class |
LangMumps
This is similar to the lang-mumps.js in JavaScript Prettify. |
class |
LangN
This is similar to the lang-n.js in JavaScript Prettify. |
class |
LangPascal
This is similar to the lang-appollo.js in JavaScript Prettify. |
class |
LangR
This is similar to the lang-r.js in JavaScript Prettify. |
class |
LangRd
This is similar to the lang-rd.js in JavaScript Prettify. |
class |
LangScala
This is similar to the lang-scala.js in JavaScript Prettify. |
class |
LangSql
This is similar to the lang-sql.js in JavaScript Prettify. |
class |
LangTcl
This is similar to the lang-tcl.js in JavaScript Prettify. |
class |
LangTex
This is similar to the lang-tex.js in JavaScript Prettify. |
class |
LangVb
This is similar to the lang-vb.js in JavaScript Prettify. |
class |
LangVhdl
This is similar to the lang-vhdl.js in JavaScript Prettify. |
class |
LangWiki
This is similar to the lang-wiki.js in JavaScript Prettify. |
protected static class |
LangWiki.LangWikiMeta
|
class |
LangXq
This is similar to the lang-xq.js in JavaScript Prettify. |
class |
LangYaml
This is similar to the lang-yaml.js in JavaScript Prettify. |
| Fields in prettify.lang with type parameters of type Lang | |
|---|---|
protected java.util.List<Lang> |
Lang.extendedLangs
See LangCss for example. |
| Methods in prettify.lang that return types with arguments of type Lang | |
|---|---|
java.util.List<Lang> |
Lang.getExtendedLangs()
Get the extended languages list. |
| Method parameters in prettify.lang with type arguments of type Lang | |
|---|---|
void |
Lang.setExtendedLangs(java.util.List<Lang> extendedLangs)
Set extended languages. |
| Uses of Lang in prettify.parser |
|---|
| Method parameters in prettify.parser with type arguments of type Lang | |
|---|---|
protected java.util.List<java.lang.String> |
Prettify.getFileExtensionsFromClass(java.lang.Class<? extends Lang> clazz)
|
void |
Prettify.register(java.lang.Class<? extends Lang> clazz)
Register language handler. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||