Package org.apache.bcel.generic
Interface NamedAndTyped
-
- All Known Implementing Classes:
FieldGen
,FieldGenOrMethodGen
,LocalVariableGen
,MethodGen
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 $
- Author:
- M. Dahm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Type
getType()
void
setName(java.lang.String name)
void
setType(Type type)
-