pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.expressions.unary
Class EmptyGroupAsExpression

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.AbstractSyntaxTree
        |
        +--pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.Expression
              |
              +--pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.expressions.UnaryExpression
                    |
                    +--pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.expressions.ParametricExpression
                          |
                          +--pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.expressions.unary.EmptyGroupAsExpression
All Implemented Interfaces:
java.io.Serializable

public class EmptyGroupAsExpression
extends ParametricExpression

See Also:
Serialized Form

Fields inherited from class pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.expressions.ParametricExpression
i
 
Fields inherited from class pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.expressions.UnaryExpression
r
 
Constructor Summary
EmptyGroupAsExpression(Expression l, IdentifierTerminal i)
           
 
Method Summary
 java.lang.String getSpellingAndPosition()
           
 java.lang.String getTypeAsString()
           
 
Methods inherited from class pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.expressions.ParametricExpression
accept
 
Methods inherited from class pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.expressions.UnaryExpression
show
 
Methods inherited from class pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.AbstractSyntaxTree
getLongestTypeAsSpacesString, getPreparedTypeAsString, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyGroupAsExpression

public EmptyGroupAsExpression(Expression l,
                              IdentifierTerminal i)
Method Detail

getTypeAsString

public java.lang.String getTypeAsString()
Overrides:
getTypeAsString in class AbstractSyntaxTree

getSpellingAndPosition

public java.lang.String getSpellingAndPosition()
Overrides:
getSpellingAndPosition in class AbstractSyntaxTree