public class SqlJetFunctionLiteral extends SqlJetExpression implements ISqlJetFunctionLiteral
ISqlJetFunctionLiteral.Function
Constructor and Description |
---|
SqlJetFunctionLiteral(org.antlr.runtime.tree.CommonTree ast) |
Modifier and Type | Method and Description |
---|---|
ISqlJetFunctionLiteral.Function |
getValue() |
java.lang.String |
toString() |
create
public SqlJetFunctionLiteral(org.antlr.runtime.tree.CommonTree ast)
public ISqlJetFunctionLiteral.Function getValue()
getValue
in interface ISqlJetExpression
getValue
in interface ISqlJetFunctionLiteral
getValue
in class SqlJetExpression
public java.lang.String toString()
toString
in class java.lang.Object