public class Member extends Symbol
identifier
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Is a method for the visitor pattern.
|
CtField |
getField() |
void |
setField(CtField f) |
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 © 2019. All rights reserved.