public class SqlJetCastExpression extends SqlJetExpression implements ISqlJetCastExpression
Constructor and Description |
---|
SqlJetCastExpression(org.antlr.runtime.tree.CommonTree ast) |
Modifier and Type | Method and Description |
---|---|
ISqlJetExpression |
getExpression() |
ISqlJetTypeDef |
getType() |
java.lang.String |
toString() |
create, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
public SqlJetCastExpression(org.antlr.runtime.tree.CommonTree ast) throws SqlJetException
SqlJetException
public ISqlJetExpression getExpression()
getExpression
in interface ISqlJetCastExpression
public ISqlJetTypeDef getType()
getType
in interface ISqlJetCastExpression
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.