org.norecess.citkit.tir.lvalues
Interface IFieldTIR

All Superinterfaces:
HobbesTIR
All Known Implementing Classes:
FieldTIR

public interface IFieldTIR
extends HobbesTIR


Method Summary
 java.lang.String getDeclaredType()
          Returns the type of the field as declared in the code.
 java.lang.String getName()
          Returns the name of the field.
 ISymbol getSymbol()
          Returns the name of the field as a symbol.
 
Methods inherited from interface org.norecess.citkit.tir.HobbesTIR
getPosition
 

Method Detail

getName

java.lang.String getName()
Returns the name of the field.

Returns:
the name of the field.

getSymbol

ISymbol getSymbol()
Returns the name of the field as a symbol.

Returns:
the name of the field as a symbol.

getDeclaredType

java.lang.String getDeclaredType()
Returns the type of the field as declared in the code.

Returns:
the type of the field.