|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CtBehavior | |
---|---|
classUtils.javassist | |
classUtils.javassist.compiler | |
classUtils.javassist.expr | This package contains the classes for modifying a method body. |
Uses of CtBehavior in classUtils.javassist |
---|
Subclasses of CtBehavior in classUtils.javassist | |
---|---|
class |
CtConstructor
An instance of CtConstructor represents a constructor. |
class |
CtMethod
An instance of CtMethod represents a method. |
Methods in classUtils.javassist that return CtBehavior | |
---|---|
CtBehavior[] |
CompileTimeClass.getDeclaredBehaviors()
Gets all the constructors and methods declared in the class. |
CtBehavior[] |
CompileTimeClassType.getDeclaredBehaviors()
|
Uses of CtBehavior in classUtils.javassist.compiler |
---|
Methods in classUtils.javassist.compiler with parameters of type CtBehavior | |
---|---|
Bytecode |
Javac.compileBody(CtBehavior method,
java.lang.String src)
Compiles a method (or constructor) body. |
Uses of CtBehavior in classUtils.javassist.expr |
---|
Methods in classUtils.javassist.expr that return CtBehavior | |
---|---|
CtBehavior |
NewExpr.where()
Returns the method or constructor containing the new expression represented by this object. |
CtBehavior |
Handler.where()
Returns the method or constructor containing the catch clause. |
CtBehavior |
Cast.where()
Returns the method or constructor containing the type cast expression represented by this object. |
CtBehavior |
MethodCall.where()
Returns the method or constructor containing the method-call expression represented by this object. |
CtBehavior |
Expr.where()
Returns the constructor or method containing the expression. |
CtBehavior |
FieldAccess.where()
Returns the method or constructor containing the field-access expression represented by this object. |
CtBehavior |
Instanceof.where()
Returns the method or constructor containing the instanceof expression represented by this object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |