Uses of Class
org.apache.bsf.util.ObjInfo
-
Packages that use ObjInfo Package Description org.apache.bsf.util -
-
Uses of ObjInfo in org.apache.bsf.util
Methods in org.apache.bsf.util that return ObjInfo Modifier and Type Method Description ObjInfo
CodeBuffer. getFinalServiceMethodStatement()
ObjInfo
CodeBuffer. getSymbol(java.lang.String symbol)
Methods in org.apache.bsf.util with parameters of type ObjInfo Modifier and Type Method Description void
CodeBuffer. addConstructorArgument(ObjInfo arg)
void
CodeBuffer. putSymbol(java.lang.String symbol, ObjInfo obj)
void
CodeBuffer. setFinalServiceMethodStatement(ObjInfo finalStatementInfo)
-