- Call - Class in jeb.api.ast
-
This AST element represents a call to a method.
- CAST_TO_BOOLEAN - Static variable in class jeb.api.ast.Operator
-
- CAST_TO_BYTE - Static variable in class jeb.api.ast.Operator
-
- CAST_TO_CHAR - Static variable in class jeb.api.ast.Operator
-
- CAST_TO_DOUBLE - Static variable in class jeb.api.ast.Operator
-
- CAST_TO_FLOAT - Static variable in class jeb.api.ast.Operator
-
- CAST_TO_INT - Static variable in class jeb.api.ast.Operator
-
- CAST_TO_LONG - Static variable in class jeb.api.ast.Operator
-
- CAST_TO_SHORT - Static variable in class jeb.api.ast.Operator
-
- Class - Class in jeb.api.ast
-
This AST element represents a Java class.
- close() - Method in class jeb.api.JebInstance
-
Close the currently processed file.
- CodePosition - Class in jeb.api.ui
-
These objects describe code positions.
- CodePosition(String, int) - Constructor for class jeb.api.ui.CodePosition
-
Create a code position, for a class, field, method, or instruction.
- CodePosition(String) - Constructor for class jeb.api.ui.CodePosition
-
Create a code position, for a class, field, or method.
- CodeView - Class in jeb.api.ui
-
This abstract class represents a code view.
- Comment - Class in jeb.api
-
This class represents a code comment.
- Compound - Class in jeb.api.ast
-
This is the base class for AST compound statements.
- CONCAT - Static variable in class jeb.api.ast.Operator
-
- ConditionalExpression - Class in jeb.api.ast
-
This AST element is used to represent conditional expressions.
- Constant - Class in jeb.api.ast
-
This AST element represents a literal, or constant value.
- Constant.Builder - Class in jeb.api.ast
-
This class is used to generate AST
Constant
elements.
- Continue - Class in jeb.api.ast
-
This AST element represents a "continue" statement.