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
_
S
SC_AND
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
SC_OR
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
SEMICOLON
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
SHL
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
SHORT
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
SHR
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
SHRZ
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
SINGLE_LINE_COMMENT
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
SLASH
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
SLASHASSIGN
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
STAR
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
STARASSIGN
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
STATIC
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
STRICTFP
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
STRING_LITERAL
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
SUB
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
SUPER
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
SWITCH
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
SYNCHRONIZED
- Static variable in interface org.jtool.jxplatform.j2x.parser.
JavaParserConstants
SaveAction
- class org.jtool.jxplatform.actions.
SaveAction
.
Performs an action that saves XML documents.
SaveAction()
- Constructor for class org.jtool.jxplatform.actions.
SaveAction
Creates a new object.
SelectionCond
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
SeparatorElem
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
Currently, the name of SeparatorElem is the same as that of OperatorElem but will be distinct from the OperatorElem.
ShiftExpression(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
ShiftExpression: AdditiveExpression ( ( "<<" | RSIGNEDSHIFT | RUNSIGNEDSHIFT ) AdditiveExpression )*
SignatureAttr
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
SimpleCharStream
- class org.jtool.jxplatform.j2x.parser.
SimpleCharStream
.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int)
- Constructor for class org.jtool.jxplatform.j2x.parser.
SimpleCharStream
SimpleCharStream(Reader, int, int)
- Constructor for class org.jtool.jxplatform.j2x.parser.
SimpleCharStream
SimpleCharStream(Reader)
- Constructor for class org.jtool.jxplatform.j2x.parser.
SimpleCharStream
SimpleCharStream(InputStream, int, int, int)
- Constructor for class org.jtool.jxplatform.j2x.parser.
SimpleCharStream
SimpleCharStream(InputStream, int, int)
- Constructor for class org.jtool.jxplatform.j2x.parser.
SimpleCharStream
SimpleCharStream(InputStream)
- Constructor for class org.jtool.jxplatform.j2x.parser.
SimpleCharStream
SingleMemberAnnotation(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
Java5.0 annotation SingleMemberAnnotation: "@" Name "(" MemberValue ")"
SortAttr
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
SpaceElem
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
Statement(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
Statement: LabeledStatement | AssertStatement | Block | EmptyStatement | StatementExpression0 ";" | SwitchStatement | IfStatement | WhileStatement | DoStatement | ForStatement | BreakStatement | ContinueStatement | ReturnStatement | ThrowStatement | SynchronizedStatement | TryStatement
StatementElem
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
StatementExpression(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
StatementExpression: PreIncrementExpression | PreDecrementExpression | PrimaryExpression [ "++" | "--" | AssignmentOperator Expression ]
StatementExpression0(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
StatementExpression0: StatementExpression
StatementExpressionList(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
StatementExpressionList: StatementExpression ( "," StatementExpression )*
StaticAttr
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
StaticInitElem
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
StrictfpAttr
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
StringLiteral
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
SuperConstructorCall
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
SuperRef
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
Switch
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
SwitchLabel(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
SwitchLabel: "case" Expression ":" | "default" ":"
SwitchStatement(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
SwitchStatement: "switch" "(" Expression ")" "{" ( SwitchLabel ( BlockStatement )* )* "}"
SwitchTo(int)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParserTokenManager
Synchronized
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
SynchronizedAttr
- Static variable in interface org.jtool.jxplatform.dom.
JxConstants
SynchronizedStatement(Element)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
SynchronizedStatement: "synchronized" "(" Expression ")" Block
selection
- Variable in class org.jtool.jxplatform.actions.
JxActionDelegate
A selection underlying this editor.
selectionChanged(IAction, ISelection)
- Method in class org.jtool.jxplatform.actions.
JxActionDelegate
Notifies a given action delegate that the selection in the workbench has changed.
setActiveEditor(IAction, IEditorPart)
- Method in class org.jtool.jxplatform.actions.
JxEditorActionDelegate
Sets an active editor for the delegate.
setActivePart(IAction, IWorkbenchPart)
- Method in class org.jtool.jxplatform.actions.
JxProjectActionDelegate
Sets an active workbench for the delegate.
setAnti()
- Method in class org.jtool.jxplatform.graph.pdg.
DD
Sets this edge as the anti dependence.
setCharsetName(String)
- Method in class org.jtool.jxplatform.j2x.
Converter
Sets the name of an XML document's charset.
setConvertBinaryFiles(boolean)
- Method in class org.jtool.jxplatform.
JxPlugin
Requests that the converter generates XML documents from binary files.
setConvertBinaryFiles(boolean)
- Method in class org.jtool.jxplatform.repository.
JxRepository
Requests that the converter generates XML documents from binary files.
setDebugStream(PrintStream)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParserTokenManager
setDefOrder()
- Method in class org.jtool.jxplatform.graph.pdg.
DD
Sets this edge as the def-order dependence.
setDefUse()
- Method in class org.jtool.jxplatform.graph.pdg.
DD
Sets this edge as the def-use dependence.
setDefinedVariable(JxVariable)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGStatement
Sets a defined variable.
setDefinedVariables(JxDefUseExpression)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGStatement
Sets defined variables of a stetement.
setDocument(Document)
- Method in class org.jtool.jxplatform.j2x.
Converter
Sets a DOM document object to be resolved.
setDstNode(GraphNode)
- Method in class org.jtool.jxplatform.graph.
GraphEdge
Sets a destination node of this edge.
setDstNodes()
- Method in class org.jtool.jxplatform.graph.
GraphNode
Calculates destination nodes of this node.
setEdges(GraphElementSet)
- Method in class org.jtool.jxplatform.graph.
Graph
Sets edges of this graph.
setEndNode(CFGExit)
- Method in class org.jtool.jxplatform.graph.cfg.
CFG
Sets the end node of this CFG.
setEntryNode(PDGMethodEntry)
- Method in class org.jtool.jxplatform.graph.pdg.
PDG
Sets the entry node of this PDG.
setFallThrough()
- Method in class org.jtool.jxplatform.graph.cfg.
ControlFlow
Sets as this edge is the fall-through control flow.
setFallThrough()
- Method in class org.jtool.jxplatform.graph.pdg.
CD
Sets this edge as the fall through dependence.
setFalse()
- Method in class org.jtool.jxplatform.graph.cfg.
ControlFlow
Sets as this edge is the false control flow.
setFalse()
- Method in class org.jtool.jxplatform.graph.pdg.
CD
Sets this edge as the false control dependence.
setFqnOfCalledMethod(String)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGCall
Sets the fully-qualified name of the type of the return value.
setIncomingEdges(GraphElementSet)
- Method in class org.jtool.jxplatform.graph.
GraphNode
Sets edges incoming to this node.
setInitialized(boolean)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGDeclaration
Sets initialization flag.
setLineNumber()
- Method in class org.jtool.jxplatform.repository.
JxCompilationUnit
Assigns line numbers to DOM elements.
setLoopBack(boolean)
- Method in class org.jtool.jxplatform.graph.cfg.
ControlFlow
Sets the flag of the loopback.
setLoopCarriedNode(PDGNode)
- Method in class org.jtool.jxplatform.graph.pdg.
DD
Sets a loop carried node of this edge.
setName(String)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGCall
Sets the name of a called method.
setNodes(GraphElementSet)
- Method in class org.jtool.jxplatform.graph.
Graph
Sets nodes of this graph.
setOrdinal(int)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGParameter
Set the ordinal number of this parameter.
setOutgoingEdges(GraphElementSet)
- Method in class org.jtool.jxplatform.graph.
GraphNode
Sets edges outgoing from this node.
setOutput()
- Method in class org.jtool.jxplatform.graph.pdg.
DD
Sets this edge as the output dependence.
setParameter()
- Method in class org.jtool.jxplatform.graph.cfg.
ControlFlow
Sets as this edge is the parameter passing flow.
setParameterIn()
- Method in class org.jtool.jxplatform.graph.pdg.
DD
Sets this edge as the parameter-in data dependence.
setParameterOut()
- Method in class org.jtool.jxplatform.graph.pdg.
DD
Sets this edge as the parameter-out dependence.
setResolveBindings(boolean)
- Method in class org.jtool.jxplatform.
JxPlugin
Requests that the converter adds binding information.
setResolveBindings(boolean)
- Method in class org.jtool.jxplatform.repository.
JxRepository
Requests that the converter should add binding information.
setShell(Shell)
- Method in class org.jtool.jxplatform.
JxPlugin
Sets a shell for this workbench site.
setSort(int)
- Method in class org.jtool.jxplatform.graph.
GraphEdge
Sets the sort of this edge.
setSort(int)
- Method in class org.jtool.jxplatform.graph.
GraphNode
Sets the sort of this node.
setSource(String, Document)
- Static method in class org.jtool.jxplatform.j2x.parser.
JavaParser
Sets the name of source code to be parsed and its DOM document.
setSrcDstNodes()
- Method in class org.jtool.jxplatform.graph.
Graph
Calculates source and destination nodes for each of the edges of this graph.
setSrcNode(GraphNode)
- Method in class org.jtool.jxplatform.graph.
GraphEdge
Sets a source node of this edge.
setSrcNodes()
- Method in class org.jtool.jxplatform.graph.
GraphNode
Calculates source nodes of this node.
setStartNode(CFGMethodEntry)
- Method in class org.jtool.jxplatform.graph.cfg.
CFG
Sets the start node of this CFG.
setTrue()
- Method in class org.jtool.jxplatform.graph.cfg.
ControlFlow
Sets as this edge is the true control flow.
setTrue()
- Method in class org.jtool.jxplatform.graph.pdg.
CD
Sets this edge as the true control dependence.
setUsedVariable(JxVariable)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGStatement
Sets a used variable.
setUsedVariables(JxDefUseExpression)
- Method in class org.jtool.jxplatform.graph.cfg.
CFGStatement
Sets used variables of a statement.
setVariable(JxVariable)
- Method in class org.jtool.jxplatform.graph.pdg.
DD
Sets a variable carried by this edge.
signature
- Variable in class org.jtool.jxplatform.wrapper.
JxMethod
The signature of this method.
simpleTypeElem
- Variable in class org.jtool.jxplatform.wrapper.
JxType
An element corresponding to the simple type.
size()
- Method in class org.jtool.jxplatform.graph.
GraphElementList
Returns the number of graph elements in this list.
size()
- Method in class org.jtool.jxplatform.graph.
GraphElementSet
Returns the number of graph elements in this set.
size()
- Method in class org.jtool.jxplatform.wrapper.collection.
JxClassList
Returns the number of wrappers in this list.
size()
- Method in class org.jtool.jxplatform.wrapper.collection.
JxFieldList
Returns the number of wrappers in this list.
size()
- Method in class org.jtool.jxplatform.wrapper.collection.
JxFileList
Returns the number of wrappers in this list.
size()
- Method in class org.jtool.jxplatform.wrapper.collection.
JxMethodList
Returns the number of wrappers in this list.
size()
- Method in class org.jtool.jxplatform.wrapper.collection.
JxVariableList
Returns the number of wrappers in this list.
sort
- Variable in class org.jtool.jxplatform.graph.
GraphEdge
The sort of this edge which is selected from among
GraphEdgeSort
.
sort
- Variable in class org.jtool.jxplatform.graph.
GraphNode
The sort of this node which is selected from among
GraphNodeSort
.
sort
- Variable in class org.jtool.jxplatform.wrapper.
JxExpression
The sort of this expression.
sort
- Variable in class org.jtool.jxplatform.wrapper.
JxStatement
The sort of this statement;
sort
- Variable in class org.jtool.jxplatform.wrapper.
JxType
The sort of this type.
sort
- Variable in class org.jtool.jxplatform.wrapper.
JxVariable
The sort of this variable.
specialConstructor
- Variable in class org.jtool.jxplatform.j2x.parser.
ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken
- Variable in class org.jtool.jxplatform.j2x.parser.
Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
src
- Variable in class org.jtool.jxplatform.graph.
GraphEdge
A sourec node of this edge.
start(BundleContext)
- Method in class org.jtool.jxplatform.
JxPlugin
refreshes this plug-in's actions when the plug-in is activated.
start
- Variable in class org.jtool.jxplatform.graph.cfg.
CFG
A start node of this CFG.
start()
- Static method in class org.jtool.jxplatform.repository.
JxRepository
Initializes the resource change manager.
staticFlag
- Static variable in class org.jtool.jxplatform.j2x.parser.
SimpleCharStream
stop(BundleContext)
- Method in class org.jtool.jxplatform.
JxPlugin
Saves this plug-in's preference when the plug-in is stopped.
strictlyContains(JxVariable)
- Method in class org.jtool.jxplatform.wrapper.collection.
JxVariableList
Tests if this list contains a wrapper that is the same as a given wrapper.
subset(GraphElementSet)
- Method in class org.jtool.jxplatform.graph.
GraphElementSet
Tests if this set is a subset of a given set.
subsetEqual(GraphElementSet)
- Method in class org.jtool.jxplatform.graph.
GraphElementSet
Tests if this set is a subset of a given set or this set equals to the given set.
switchSt
- Static variable in interface org.jtool.jxplatform.graph.
GraphNodeSort
synchronizedSt
- 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
_