org.apache.bsf.util

Class ObjInfo

public class ObjInfo extends Object

An ObjInfo object is used by a compiler to track the name and type of a bean.

Author: Matthew J. Duftler

Field Summary
ClassobjClass
StringobjName
Constructor Summary
ObjInfo(Class objClass, String objName)
Method Summary
booleanisExecutable()
booleanisValueReturning()
StringtoString()

Field Detail

objClass

public Class objClass

objName

public String objName

Constructor Detail

ObjInfo

public ObjInfo(Class objClass, String objName)

Method Detail

isExecutable

public boolean isExecutable()

isValueReturning

public boolean isValueReturning()

toString

public String toString()