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 $
getName
public String getName()
getType
public Type getType()
setName
public void setName(String name)
setType
public void setType(Type type)
Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.