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

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.NonParametricExpression
                          |
                          +--pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.expressions.unary.DereferenceExpression
All Implemented Interfaces:
java.io.Serializable

public class DereferenceExpression
extends NonParametricExpression

See Also:
Serialized Form

Fields inherited from class pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.expressions.UnaryExpression
r
 
Constructor Summary
DereferenceExpression(Expression r, KeywordTerminal k)
           
 
Method Summary
 java.lang.String getSpellingAndPosition()
           
 java.lang.String getTypeAsString()
           
 
Methods inherited from class pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.expressions.NonParametricExpression
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

DereferenceExpression

public DereferenceExpression(Expression r,
                             KeywordTerminal k)
Method Detail

getTypeAsString

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

getSpellingAndPosition

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