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