public class Member extends Symbol
identifier
public Member(String name)
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
Copyright © 2014. All Rights Reserved.