public class Member extends Symbol
Modifier and Type | Field and Description |
---|---|
private CtField |
field |
identifier
Constructor and Description |
---|
Member(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Is a method for the visitor pattern.
|
CtField |
getField() |
void |
setField(CtField f) |
private CtField field
public void setField(CtField f)
public CtField getField()
public void accept(Visitor v) throws CompileError
ASTree
atXXX()
on the given visitor, where
XXX
is the class name of the node object.accept
in class Symbol
CompileError