public class AntlrSignatureArg extends AntlrNode
Modifier and Type | Method and Description |
---|---|
static AntlrSignatureArg |
create(org.antlr.runtime.tree.Tree tree) |
org.antlr.runtime.tree.Tree |
getDefaultValue() |
org.antlr.runtime.tree.Tree |
getName() |
AntlrType |
getType() |
boolean |
isRequired() |
boolean |
isVariadic() |
String |
toString() |
public static AntlrSignatureArg create(org.antlr.runtime.tree.Tree tree)
public AntlrType getType()
public org.antlr.runtime.tree.Tree getName()
public boolean isVariadic()
public boolean isRequired()
public org.antlr.runtime.tree.Tree getDefaultValue()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.