org.apache.bsf.util
public class ObjInfo extends Object
ObjInfo object is used by a compiler to track the name and
type of a bean.
| Field Summary | |
|---|---|
| Class | objClass |
| String | objName |
| Constructor Summary | |
|---|---|
| ObjInfo(Class objClass, String objName) | |
| Method Summary | |
|---|---|
| boolean | isExecutable() |
| boolean | isValueReturning() |
| String | toString() |