ist.palcom.st.ast
Class ASTLiteralUse

java.lang.Object
  extended by ist.palcom.st.ast.ASTLiteral
      extended by ist.palcom.st.ast.ASTLiteralUse
All Implemented Interfaces:
ISerializableItem, ISerializableLiteral
Direct Known Subclasses:
ASTInteger, ASTLiteralArray, ASTLiteralHashMap, ASTReal, ASTString, ASTSymbolUse

public class ASTLiteralUse
extends ASTLiteral
implements ISerializableLiteral


Field Summary
 int line_number
           
 
Constructor Summary
ASTLiteralUse()
           
 
Method Summary
 ASTLiteralUse negate()
           
 void set_line_number(int l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

line_number

public int line_number
Constructor Detail

ASTLiteralUse

public ASTLiteralUse()
Method Detail

set_line_number

public void set_line_number(int l)

negate

public ASTLiteralUse negate()