|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkoala.dynamicjava.tree.Node
koala.dynamicjava.tree.Expression
koala.dynamicjava.tree.PrimaryExpression
koala.dynamicjava.tree.FieldAccess
public abstract class FieldAccess
This class represents the field access nodes of the syntax tree
| Constructor Summary | |
|---|---|
protected |
FieldAccess(java.lang.String fln,
SourceInfo si)
Creates a new field access node |
| Method Summary | |
|---|---|
java.lang.String |
getFieldName()
Returns the field name |
void |
setFieldName(java.lang.String s)
Sets the field name |
| Methods inherited from class koala.dynamicjava.tree.Node |
|---|
acceptVisitor, archiveProperties, getProperties, getProperty, getSourceInfo, hasProperty, setProperty, setSourceInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FieldAccess(java.lang.String fln,
SourceInfo si)
fln - the field name
java.lang.IllegalArgumentException - if fln is null| Method Detail |
|---|
public java.lang.String getFieldName()
public void setFieldName(java.lang.String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||