Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
_
A
ABSTRACT
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
ADD
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
AND
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
ANDASSIGN
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
ASSERT
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
ASSIGN
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
AT
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
AbstractAttr
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
AccessAttr
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
AdditiveExpression(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
AdditiveExpression: MultiplicativeExpression ( ( "+" | "-" ) MultiplicativeExpression )*
AllocationExpression()
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
AllocationExpression: "new" PrimitiveType ArrayDimsAndInits | "new" ClassOrInterfaceType [ TypeArguments ] ( ArrayDimsAndInits | Arguments [ ClassOrInterfaceBody ] )
AncestorElem
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
AndExpression(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
AndExpression: EqualityExpression ( "&" EqualityExpression )*
Annotation(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
Java5.0 annotation Annotation: NormalAnnotation | SingleMemberAnnotation | MarkerAnnotation
AnnotationElem
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
AnnotationTypeBody(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
Java5.0 annotation AnnotationTypeBody: "{" ( AnnotationTypeMemberDeclaration )* "}"
AnnotationTypeDeclaration(int, Element, Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
Java5.0 annotation AnnotationTypeDeclaration: "@" "interface"
AnnotationTypeBody
AnnotationTypeMemberDeclaration(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
Java5.0 annotation AnnotationTypeMemberDeclaration: Modifiers ( Type
"(" ")" [ DefaultValue ] ";" | ClassDeclaration | InterfaceDeclaration | EnumDeclaration | AnnotationTypeDeclaration | FieldDeclaration ) | ( ";" )
AnonymousAttr
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
ArgumentList(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
ArgumentList: Expression ( "," Expression )*
Arguments(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
Arguments: "(" [ ArgumentList ] ")"
Array
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
ArrayAccess
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
ArrayCreation
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
ArrayDimsAndInits(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
ArrayDimsAndInits: ( "[" Expression "]" )+ ( "[" "]" )* | ( "[" "]" )+ ArrayInitializer
ArrayInitializer(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
ArrayInitializer: "{" [ VariableInitializer ( "," VariableInitializer )* ] [ "," ] "}"
Assert
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
AssertStatement(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
AssertStatement: "assert" Expression [ ":" Expression ] ";"
Assignment
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
AssignmentOperator(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
AssignmentOperator: "=" | "*=" | "/=" | "%=" | "+=" | "-=" | "<<=" | ">>=" | ">>>=" | "&=" | "^=" | "|="
actualIn
- Static variable in interface org.jtool.jxplatform.graph.
GraphNodeSort
actualOut
- Static variable in interface org.jtool.jxplatform.graph.
GraphNodeSort
add(GraphNode)
- Method in class org.jtool.jxplatform.graph.
Graph
Adds a given node to this graph.
add(GraphEdge)
- Method in class org.jtool.jxplatform.graph.
Graph
Adds a given edge to this graph.
add(GraphElement)
- Method in class org.jtool.jxplatform.graph.
GraphElementList
Appends a graph element to the end of this list.
add(int, GraphElement)
- Method in class org.jtool.jxplatform.graph.
GraphElementList
Inserts a graph element at a position in this list.
add(GraphElement)
- Method in class org.jtool.jxplatform.graph.
GraphElementSet
Appends a graph element to this list.
add(CFGNode)
- Method in class org.jtool.jxplatform.graph.cfg.
GetPostDominator
Appends a CFG node to the post-dominators.
add(PDGNode)
- Method in class org.jtool.jxplatform.graph.pdg.
PDG
Adds a given PDG node to this graph.
add(Dependence)
- Method in class org.jtool.jxplatform.graph.pdg.
PDG
Adds a given PDG edge to this graph.
add(JxClass)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxClassList
Appends a wrapper to the end of this list.
add(int, JxClass)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxClassList
Inserts a wrapper at a position in this list.
add(JxField)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxFieldList
Appends a wrapper to the end of this list.
add(int, JxField)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxFieldList
Inserts a wrapper at a position in this list.
add(JxFile)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxFileList
Appends a wrapper to the end of this list.
add(int, JxFile)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxFileList
Inserts a wrapper at a position in this list.
add(JxMethod)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxMethodList
Appends a wrapper to the end of this list.
add(int, JxMethod)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxMethodList
Inserts a wrapper at a position in this list.
add(JxVariable)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxVariableList
Appends a wrapper to the end of this list.
add(int, JxVariable)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxVariableList
Inserts a wrapper at a position in this list.
addActualIn(CFGParameter)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGCall
Adds actual-in node.
addActualOut(CFGParameter)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGCall
Adds actual-out node.
addAll(GraphElement)
- Method in class org.jtool.jxplatform.graph.
GraphElementList
Appends all graph elements in a list to the end of this list.
addAll(JxClassList)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxClassList
Appends all wrappers in a list to the end of this list.
addAll(JxFieldList)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxFieldList
Appends all wrappers in a list to the end of this list.
addAll(JxFileList)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxFileList
Appends all wrappers in a list to the end of this list.
addAll(JxMethodList)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxMethodList
Appends all wrappers in a list to the end of this list.
addAll(JxVariableList)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxVariableList
Appends all wrappers in a list to the end of this list.
addChangedEventListener(JxChangedListener)
- Method in class org.jtool.jxplatform.event.
JxEventSource
Adds a listener in order to receive log events from this source.
addDefinedVariable(JxVariable)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGStatement
Adds a defined variable.
addDefinedVariable(JxVariable)
- Method in class org.jtool.jxplatform.wrapper.
JxBinaryField
Adds a variable into a variable list of defined variables in this expression.
addDefinedVariable(JxVariable)
- Method in class org.jtool.jxplatform.wrapper.
JxDefUseExpression
Adds a variable into a variable list of defined variables in this expression.
addDefinedVariableFirst(JxVariable)
- Method in class org.jtool.jxplatform.wrapper.
JxBinaryField
Adds a variable into the head of a variable list of defined variables in this expression.
addDefinedVariableFirst(JxVariable)
- Method in class org.jtool.jxplatform.wrapper.
JxDefUseExpression
Adds a variable into the head of a variable list of defined variables in this expression.
addDefinedVariables(JxVariableList)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGStatement
Adds defined variables in a collection.
addDefinedVariables(JxDefUseExpression)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGStatement
Adds defined variables of an expression or a statement.
addDocument(String, String, Document)
- Method in class org.jtool.jxplatform.repository.
JxBinaryFileRepository
Stores binary information.
addEscapes(String)
- Static method in class org.jtool.jxplatform.j2x.parser.
TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEventListener(JxAlertListener)
- Method in class org.jtool.jxplatform.event.
JxEventSource
Adds a listener in order to receive alert events from this source.
addEventListener(JxLogListener)
- Method in class org.jtool.jxplatform.event.
JxEventSource
Adds a listener in order to receive log events from this source.
addFirst(GraphElement)
- Method in class org.jtool.jxplatform.graph.
GraphElementList
Inserts a graph element at the beginning of this list.
addFirst(JxClass)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxClassList
Inserts a wrapper at the beginning of this list.
addFirst(JxField)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxFieldList
Inserts a wrapper at the beginning of this list.
addFirst(JxFile)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxFileList
Inserts a wrapper at the beginning of this list.
addFirst(JxMethod)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxMethodList
Inserts a wrapper at the beginning of this list.
addFirst(JxVariable)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxVariableList
Inserts a wrapper at the beginning of this list.
addFormalIn(CFGParameter)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGMethodEntry
Adds formal-in node.
addFormalOut(CFGParameter)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGMethodEntry
Adds formal-out node.
addIncomingEdge(GraphEdge)
- Method in class org.jtool.jxplatform.graph.
GraphNode
Adds an edge incoming to this node.
addIncomingEdges(GraphElementSet)
- Method in class org.jtool.jxplatform.graph.
GraphNode
Adds an edges incoming to this node.
addLast(GraphElement)
- Method in class org.jtool.jxplatform.graph.
GraphElementList
Appends a graph element to the end of this list.
addLast(JxClass)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxClassList
Appends a wrapper to the end of this list.
addLast(JxField)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxFieldList
Appends a wrapper to the end of this list.
addLast(JxFile)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxFileList
Appends a wrapper to the end of this list.
addLast(JxMethod)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxMethodList
Appends a wrapper to the end of this list.
addLast(JxVariable)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxVariableList
Appends a wrapper to the end of this list.
addOutgoingEdge(GraphEdge)
- Method in class org.jtool.jxplatform.graph.
GraphNode
Adds an edge outgoing from this node.
addOutgoingEdges(GraphElementList)
- Method in class org.jtool.jxplatform.graph.
GraphNode
Adds an edges outgoing from this node.
addUsedVariable(JxVariable)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGStatement
Adds a used variable.
addUsedVariable(JxVariable)
- Method in class org.jtool.jxplatform.wrapper.
JxBinaryField
Adds a variable into a variable list of used variables in this expression.
addUsedVariable(JxVariable)
- Method in class org.jtool.jxplatform.wrapper.
JxDefUseExpression
Adds a variable into a variable list of used variables in this expression.
addUsedVariableFirst(JxVariable)
- Method in class org.jtool.jxplatform.wrapper.
JxBinaryField
Adds a variable into the head of a variable list of used variables in this expression.
addUsedVariableFirst(JxVariable)
- Method in class org.jtool.jxplatform.wrapper.
JxDefUseExpression
Adds a variable into the head of a variable list of used variables in this expression.
addUsedVariables(JxVariableList)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGStatement
Adds used variables in a collection.
addUsedVariables(JxDefUseExpression)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGStatement
Adds used variables of an expression or a statement.
add_escapes(String)
- Method in class org.jtool.jxplatform.j2x.parser.
ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
adjustBeginLineColumn(int, int)
- Static method in class org.jtool.jxplatform.j2x.parser.
SimpleCharStream
Method to adjust line and column numbers for the start of a token.
alertListeners
- Variable in class org.jtool.jxplatform.event.
JxEventSource
A collection for storing listeners for alerts.
anonymous
- Variable in class org.jtool.jxplatform.wrapper.
JxClass
The flag if this class is anonymous.
antiDependence
- Static variable in interface org.jtool.jxplatform.graph.
GraphEdgeSort
arguments
- Variable in class org.jtool.jxplatform.wrapper.
JxMethodCall
The elements of arguments of this method call.
assignmentSt
- Static variable in interface org.jtool.jxplatform.graph.
GraphNodeSort
assignments
- Static variable in interface org.jtool.jxplatform.graph.
GraphNodeSort
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
_