|
|||||||||
| Home >> All >> org >> apache >> bcel >> [ generic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.bcel.generic
Interface NamedAndTyped

- All Known Implementing Classes:
- FieldGenOrMethodGen, LocalVariableGen
- public interface NamedAndTyped
Denote entity that has both name and type. This is true for local variables, methods and fields.
- Version:
- $Id: NamedAndTyped.java 386056 2006-03-15 11:31:56Z tcurdt $
| Method Summary | |
java.lang.String |
getName()
|
Type |
getType()
|
void |
setName(java.lang.String name)
|
void |
setType(Type type)
|
| Method Detail |
getName
public java.lang.String getName()
getType
public Type getType()
setName
public void setName(java.lang.String name)
setType
public void setType(Type type)
|
|||||||||
| Home >> All >> org >> apache >> bcel >> [ generic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC