public static class ASTLibFunctionHelper.ASTLibModelChainElement extends Object
Constructor and Description |
---|
ASTLibModelChainElement(String funcName,
EsperEPL2GrammarParser.LibFunctionArgsContext args,
boolean hasLeftParen) |
Modifier and Type | Method and Description |
---|---|
EsperEPL2GrammarParser.LibFunctionArgsContext |
getArgs() |
String |
getFuncName() |
boolean |
isHasLeftParen() |
public ASTLibModelChainElement(String funcName, EsperEPL2GrammarParser.LibFunctionArgsContext args, boolean hasLeftParen)
public String getFuncName()
public EsperEPL2GrammarParser.LibFunctionArgsContext getArgs()
public boolean isHasLeftParen()