Package | Description |
---|---|
com.whitestein.lsps.lang.antlr | |
com.whitestein.lsps.lang.parser |
This package contains ANTLR-based LSPS language parser (
Parser ). |
Modifier and Type | Method and Description |
---|---|
DocNode |
AntlrFunction.getDoc() |
DocNode |
AntlrConstraint.getDoc() |
Modifier and Type | Method and Description |
---|---|
static AntlrFunction |
AntlrFunction.createConstructor(ASTNode info,
org.antlr.runtime.tree.Tree tree,
Annotations annotations,
org.antlr.runtime.tree.Tree visibility,
AntlrSignature signature,
org.antlr.runtime.tree.Tree body,
DocNode doc) |
static AntlrFunction |
AntlrFunction.createFunction(ASTNode info,
org.antlr.runtime.tree.Tree tree,
Annotations annotations,
org.antlr.runtime.tree.Tree visibility,
AntlrSignature signature,
org.antlr.runtime.tree.Tree body,
DocNode doc) |
static AntlrFunction |
AntlrFunction.createMethod(ASTNode info,
org.antlr.runtime.tree.Tree tree,
Annotations annotations,
boolean isAbstract,
boolean isStatic,
org.antlr.runtime.tree.Tree visibility,
AntlrSignature signature,
org.antlr.runtime.tree.Tree body,
DocNode doc) |
Constructor and Description |
---|
AntlrConstraint(ASTNode node,
org.antlr.runtime.tree.Tree tree,
org.antlr.runtime.tree.Tree annotTree,
org.antlr.runtime.tree.Tree idTree,
org.antlr.runtime.tree.Tree targetTree,
org.antlr.runtime.tree.Tree tagTree,
org.antlr.runtime.tree.Tree constraintTypeTree,
String id,
boolean disabled,
DocNode doc) |
Modifier and Type | Method and Description |
---|---|
protected DocNode |
SignatureParser.getDescription(org.antlr.runtime.CommonToken docToken) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.