org.apache.bcel.generic
Interface NamedAndTyped
- FieldGen, FieldGenOrMethodGen, LocalVariableGen, MethodGen
public interface NamedAndTyped
Denote entity that has both name and type. This is true for local variables,
methods and fields.
$Id: NamedAndTyped.java 152690 2001-10-29 19:59:54Z jvanzyl $
getName
public String getName()
getType
public Type getType()
setName
public void setName(String name)
setType
public void setType(Type type)