org.tmatesoft.sqljet.core.internal.schema
Class SqlJetFunctionLiteral

java.lang.Object
  extended by org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
      extended by org.tmatesoft.sqljet.core.internal.schema.SqlJetFunctionLiteral
All Implemented Interfaces:
ISqlJetExpression, ISqlJetFunctionLiteral

public class SqlJetFunctionLiteral
extends SqlJetExpression
implements ISqlJetFunctionLiteral


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetFunctionLiteral
ISqlJetFunctionLiteral.Function
 
Constructor Summary
SqlJetFunctionLiteral(org.antlr.runtime.tree.CommonTree ast)
           
 
Method Summary
 ISqlJetFunctionLiteral.Function getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SqlJetFunctionLiteral

public SqlJetFunctionLiteral(org.antlr.runtime.tree.CommonTree ast)
Method Detail

getValue

public ISqlJetFunctionLiteral.Function getValue()
Specified by:
getValue in interface ISqlJetExpression
Specified by:
getValue in interface ISqlJetFunctionLiteral
Overrides:
getValue in class SqlJetExpression

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object