dk.brics.string.intermediate
Interface FieldStatement

All Known Implementing Classes:
FieldAssignment, FieldReference

public interface FieldStatement

Interface implemented by statements that operate with fields, which is currently FieldReference and FieldAssignment.


Method Summary
 Field getField()
          Returns the field being read and/or modified by this statement.
 

Method Detail

getField

Field getField()
Returns the field being read and/or modified by this statement.

Returns:
a field


Copyright © 2003-2009 Anders Møller, Aske Simon Christensen, Asger Feldthaus.