Class TypeExpression

java.lang.Object
org.datanucleus.store.query.expression.Expression
org.datanucleus.store.query.expression.TypeExpression
All Implemented Interfaces:
Serializable

public class TypeExpression extends Expression
Expression representing a the type of the contained expression.
See Also:
  • Field Details

  • Constructor Details

    • TypeExpression

      public TypeExpression(Expression containedExpr)
  • Method Details

    • getContainedExpression

      public Expression getContainedExpression()
    • bind

      public Symbol bind(SymbolTable symtbl)
      Description copied from class: Expression
      Method to bind the expression to the symbol table as appropriate.
      Specified by:
      bind in class Expression
      Parameters:
      symtbl - Symbol table
      Returns:
      The symbol for this expression
    • toString

      public String toString()
      Overrides:
      toString in class Object