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 |
---|---|
AntlrSignature |
AntlrFunction.getSignature() |
static AntlrSignature |
AntlrSignature.parse(org.antlr.runtime.tree.Tree tree) |
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) |
Modifier and Type | Method and Description |
---|---|
protected SignatureAst |
SignatureParser.parseSignature(AntlrSignature signature,
Errors errors) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.