Package javassist.compiler.ast
Class Member
- java.lang.Object
-
- javassist.compiler.ast.ASTree
-
- javassist.compiler.ast.Symbol
-
- javassist.compiler.ast.Member
-
- All Implemented Interfaces:
Serializable
public class Member extends Symbol
Member name.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor v)Is a method for the visitor pattern.CtFieldgetField()voidsetField(CtField f)
-
-
-
Constructor Detail
-
Member
public Member(String name)
-
-
Method Detail
-
setField
public void setField(CtField f)
-
getField
public CtField getField()
-
-