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 1158060 2011-08-15 23:17:19Z dbrosius $
Author:
M. Dahm

Method Summary
 String getName()
           
 Type getType()
           
 void setName(String name)
           
 void setType(Type type)
           
 

Method Detail

getName

String getName()

getType

Type getType()

setName

void setName(String name)

setType

void setType(Type type)


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.