All Packages  Class Hierarchy

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 Z

Index of all Fields and Methods

A

ABSTRACT. Static variable in class openjava.ptree.Modifier
ADD. Static variable in class openjava.ptree.AssignmentExpression
addCompilationUnit(CompilationUnit). Method in class openjava.Class
Adds the additional compilation unit to be generated.
addElement(CaseGroup). Method in class openjava.ptree.CaseGroupList
Adds the specified element after the list This causes side-effect.
addElement(CaseLabel). Method in class openjava.ptree.CaseLabelList
Adds the specified element after the list This causes side-effect.
addElement(CatchBlock). Method in class openjava.ptree.CatchList
Adds the specified element after the list This causes side-effect.
addElement(ClassType). Method in class openjava.ptree.ClassTypeList
Adds the specified element after the list This causes side-effect.
addElement(Expression). Method in class openjava.ptree.DimExprList
Adds the specified element after the list This causes side-effect.
addElement(Expression). Method in class openjava.ptree.ExpressionList
Adds the specified element after the list This causes side-effect.
addElement(Identifier). Method in class openjava.ptree.QualifiedName
Adds the specified element after the list
addElement(ImportStatement). Method in class openjava.ptree.ImportStatementList
Adds the specified element after the list This causes side-effect.
addElement(MemberDeclaration). Method in class openjava.ptree.MemberDeclarationList
Adds the specified element after the list This causes side-effect.
addElement(Modifier). Method in class openjava.ptree.ModifierList
Adds the specified element after the list This causes side-effect.
addElement(Parameter). Method in class openjava.ptree.ParameterList
Adds the specified element after the list This causes side-effect.
addElement(Ptree). Method in class openjava.ptree.AnyWordList
Adds the specified element after the list This causes side-effect.
addElement(Statement). Method in class openjava.ptree.StatementList
Adds the specified element after the list This causes side-effect.
addElement(TypeDeclaration). Method in class openjava.ptree.TypeDeclarationList
Adds the specified element after the list This causes side-effect.
addElement(UserDecorator). Method in class openjava.ptree.UserDecoratorList
Adds the specified element after the list
addElement(VariableInitializer). Method in class openjava.ptree.ArrayInitializer
Adds the specified element after the list This causes side-effect.
additionalCompilationUnits(). Method in class openjava.Class
Gets the additional compilation units.
AND. Static variable in class openjava.ptree.AssignmentExpression
AnyWordList(). Constructor for class openjava.ptree.AnyWordList
Allocates a new object.
AnyWordList(Ptree). Constructor for class openjava.ptree.AnyWordList
Allocates a new object.
AnyWordList(Ptree, Ptree). Constructor for class openjava.ptree.AnyWordList
Allocates a new object.
append(AnyWordList). Method in class openjava.ptree.AnyWordList
Appends a list after this list.
append(ArrayInitializer). Method in class openjava.ptree.ArrayInitializer
Appends a list after this list.
append(CaseGroupList). Method in class openjava.ptree.CaseGroupList
Appends a list after this list.
append(CaseLabelList). Method in class openjava.ptree.CaseLabelList
Appends a list after this list.
append(CatchList). Method in class openjava.ptree.CatchList
Appends a list after this list.
append(ClassTypeList). Method in class openjava.ptree.ClassTypeList
Appends a list after this list.
append(DimExprList). Method in class openjava.ptree.DimExprList
Appends a list after this list.
append(ExpressionList). Method in class openjava.ptree.ExpressionList
Appends a list after this list.
append(ImportStatementList). Method in class openjava.ptree.ImportStatementList
Appends a list after this list.
append(MemberDeclarationList). Method in class openjava.ptree.MemberDeclarationList
Appends a list after this list.
append(ModifierList). Method in class openjava.ptree.ModifierList
Appends a list after this list.
append(ParameterList). Method in class openjava.ptree.ParameterList
Appends a list after this list.
append(QualifiedName). Method in class openjava.ptree.QualifiedName
Appends a list after this list.
append(StatementList). Method in class openjava.ptree.StatementList
Appends a list after this list.
append(TypeDeclarationList). Method in class openjava.ptree.TypeDeclarationList
Appends a list after this list.
append(UserDecoratorList). Method in class openjava.ptree.UserDecoratorList
Appends a list after this list.
ArrayAccess(Expression, DimExprList). Constructor for class openjava.ptree.ArrayAccess
ArrayAllocationExpression(TypeName, DimExprList). Constructor for class openjava.ptree.ArrayAllocationExpression
Allocates a new ptree object.
ArrayAllocationExpression(TypeName, DimExprList, ArrayInitializer). Constructor for class openjava.ptree.ArrayAllocationExpression
Allocates a new ptree object.
ArrayInitializer(). Constructor for class openjava.ptree.ArrayInitializer
Allocates a new ArrayInitializer.
ArrayInitializer(VariableInitializer). Constructor for class openjava.ptree.ArrayInitializer
ArrayInitializer(VariableInitializer, VariableInitializer). Constructor for class openjava.ptree.ArrayInitializer
AssignmentExpression(). Constructor for class openjava.ptree.AssignmentExpression
AssignmentExpression(Expression, int, Expression). Constructor for class openjava.ptree.AssignmentExpression
Allocates a new object.

B

BinaryExpression(Expression, int, Expression). Constructor for class openjava.ptree.BinaryExpression
Allocates a new object.
BITAND. Static variable in class openjava.ptree.BinaryExpression
BITNOT. Static variable in class openjava.ptree.UnaryExpression
Post increment operator like:
     ~i
 

BITOR. Static variable in class openjava.ptree.BinaryExpression
Block(). Constructor for class openjava.ptree.Block
Allocates a new object with an empty statement list.
Block(StatementList). Constructor for class openjava.ptree.Block
Allocates a new object.
BOOLEAN. Static variable in class openjava.ptree.PrimitiveType
BreakStatement(). Constructor for class openjava.ptree.BreakStatement
Allocates a new BreakStatement object.
BreakStatement(Identifier). Constructor for class openjava.ptree.BreakStatement
Allocates a new BreakStatement object.
BYTE. Static variable in class openjava.ptree.PrimitiveType

C

CaseGroup(CaseLabelList, StatementList). Constructor for class openjava.ptree.CaseGroup
CaseGroupList(). Constructor for class openjava.ptree.CaseGroupList
CaseGroupList(CaseGroup). Constructor for class openjava.ptree.CaseGroupList
CaseGroupList(CaseGroup, CaseGroup). Constructor for class openjava.ptree.CaseGroupList
CaseLabel(Expression). Constructor for class openjava.ptree.CaseLabel
CaseLabelList(). Constructor for class openjava.ptree.CaseLabelList
CaseLabelList(CaseLabel). Constructor for class openjava.ptree.CaseLabelList
CaseLabelList(CaseLabel, CaseLabel). Constructor for class openjava.ptree.CaseLabelList
CastExpression(TypeSpecifier, Expression). Constructor for class openjava.ptree.CastExpression
Allocates a new object.
CatchBlock(Parameter, StatementList). Constructor for class openjava.ptree.CatchBlock
Allocates a new CatchBlock object.
CatchList(). Constructor for class openjava.ptree.CatchList
CatchList(CatchBlock). Constructor for class openjava.ptree.CatchList
CatchList(CatchBlock, CatchBlock). Constructor for class openjava.ptree.CatchList
CHAR. Static variable in class openjava.ptree.PrimitiveType
CHARACTER. Static variable in class openjava.ptree.Literal
charBegin. Variable in class openjava.ptree.Leaf
charBegin is the number of the character at which this token is.
Class(). Constructor for class openjava.Class
Allocates a new Class instance (metaobject).
Class(TypeDeclaration). Constructor for class openjava.Class
Allocates a new Class instance (metaobject).
Class(TypeDeclaration, Ptree). Constructor for class openjava.Class
Allocates a new Class instance (metaobject).
ClassDeclaration(ModifierList, Identifier, ClassType, ClassTypeList, MemberDeclarationList). Constructor for class openjava.ptree.ClassDeclaration
Constructs ClassDeclaration from its elements.
ClassLiteral(TypeName). Constructor for class openjava.ptree.ClassLiteral
Allocates a new object.
ClassType(Identifier). Constructor for class openjava.ptree.ClassType
Allocates new object.
ClassType(QualifiedName, Identifier). Constructor for class openjava.ptree.ClassType
Allocates new object.
ClassTypeList(). Constructor for class openjava.ptree.ClassTypeList
ClassTypeList(ClassType). Constructor for class openjava.ptree.ClassTypeList
ClassTypeList(ClassType, ClassType). Constructor for class openjava.ptree.ClassTypeList
Comment(Vector). Constructor for class openjava.util.Comment
CompilationUnit(QualifiedName, ImportStatementList, TypeDeclarationList). Constructor for class openjava.ptree.CompilationUnit
Allocates this object with specified parse-tree elements.
ConditionalExpression(Expression, Expression, Expression). Constructor for class openjava.ptree.ConditionalExpression
Allocates a new conditional expression object.
ConstructExpression(ClassType, ExpressionList). Constructor for class openjava.ptree.ConstructExpression
Allocates a new object without class body.
ConstructExpression(ClassType, ExpressionList, MemberDeclarationList). Constructor for class openjava.ptree.ConstructExpression
Allocates a new object with the class body.
CONSTRUCTOR. Static variable in interface openjava.ptree.MemberDeclaration
The CONSTRUCTOR is a kind of MemberDeclaration
ConstructorDeclaration(ModifierList, Identifier, ParameterList, ClassTypeList, SpecialCallStatement, StatementList). Constructor for class openjava.ptree.ConstructorDeclaration
Constructs new ConstructorDeclaration from its elements.
ConstructorDeclaration(ModifierList, Identifier, ParameterList, ClassTypeList, StatementList). Constructor for class openjava.ptree.ConstructorDeclaration
Constructs new ConstructorDeclaration from its elements.
contains(Ptree). Method in class openjava.ptree.List
Tests if any element in this list equal to the specified string.
contains(String). Method in class openjava.ptree.List
Tests if any element in this list equal to the specified string.
contains(String). Method in class openjava.ptree.UserDecoratorList
Tests if any element in this list equal to the specified string.
ContinueStatement(). Constructor for class openjava.ptree.ContinueStatement
Allocates a new ContinueStatement object.
ContinueStatement(Identifier). Constructor for class openjava.ptree.ContinueStatement
Allocates a new ContinueStatement object.

D

debugFlag. Static variable in class openjava.ptree.PtreeObject
to write debugging code
debugLevel. Static variable in class openjava.ptree.PtreeObject
DimExprList(). Constructor for class openjava.ptree.DimExprList
DimExprList(Expression). Constructor for class openjava.ptree.DimExprList
DimExprList(Expression, Expression). Constructor for class openjava.ptree.DimExprList
DIVIDE. Static variable in class openjava.ptree.AssignmentExpression
DIVIDE. Static variable in class openjava.ptree.BinaryExpression
DOUBLE. Static variable in class openjava.ptree.PrimitiveType
DoWhileStatement(StatementList, Expression). Constructor for class openjava.ptree.DoWhileStatement
Allocates a new object.

E

elementAt(int). Method in class openjava.ptree.AnyWordList
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.ArrayInitializer
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.CaseGroupList
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.CaseLabelList
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.CatchList
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.ClassTypeList
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.DimExprList
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.ExpressionList
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.ImportStatementList
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.MemberDeclarationList
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.ModifierList
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.NonLeaf
Returns the specified element at the specified point of this nonleaf-node.
elementAt(int). Method in class openjava.ptree.ParameterList
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.QualifiedName
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.StatementList
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.TypeDeclarationList
Gets the specified element at This causes side-effect.
elementAt(int). Method in class openjava.ptree.UserDecoratorList
Gets the specified element at This causes side-effect.
EmptyStatement(). Constructor for class openjava.ptree.EmptyStatement
Allocates a new object.
eq(Ptree). Method in interface openjava.ptree.MemberDeclaration
eq(Ptree). Method in interface openjava.ptree.Ptree
Tests if this parse-tree-node's value equals to the specified ptree-node's.
eq(Ptree). Method in class openjava.ptree.PtreeObject
Tests if this parse-tree-node's value equals to the specified ptree-node's.
eq(Ptree, Ptree). Static method in class openjava.Class
Tests if two ptree point one object.
eq(Ptree, Ptree). Static method in class openjava.ptree.PtreeObject
Return true if only they refer to the same object.
EQUAL. Static variable in class openjava.ptree.BinaryExpression
equal(Ptree, Ptree). Static method in class openjava.Class
Tests if two ptree objects has same contents.
equal(Ptree, Ptree). Static method in class openjava.ptree.PtreeObject
May return true if two ptree-nodes don't refer to not the same objects but their contents are equivalent.
EQUALS. Static variable in class openjava.ptree.AssignmentExpression
equals(Ptree). Method in class openjava.util.Comment
Tests if this parse-tree-node's value equals to the specified ptree-node's.
equals(Ptree). Method in class openjava.ptree.Leaf
Tests if the specified ptree-node equals to this leaf-node.
equals(Ptree). Method in class openjava.ptree.List
Tests if this list-node's value equals to the specified ptree-node's.
equals(Ptree). Method in interface openjava.ptree.MemberDeclaration
equals(Ptree). Method in class openjava.ptree.NonLeaf
Tests if this nonleaf-node's value equals to the specified ptree-node's.
equals(Ptree). Method in interface openjava.ptree.Ptree
Tests if this parse-tree-node's value equals to the specified ptree-node's.
equals(Ptree). Method in class openjava.ptree.PtreeObject
Tests if this parse-tree-node's value equals to the specified ptree-node's.
equals(String). Method in class openjava.ptree.Leaf
Tests if the specified string equals to this leaf-node's text.
errorMessage(String). Static method in class openjava.Class
Shows an error message and terminates OpenJava.
errorMessage(String, Ptree). Static method in class openjava.Class
Shows error messages and terminates OpenJava.
ExpressionList(). Constructor for class openjava.ptree.ExpressionList
ExpressionList(Expression). Constructor for class openjava.ptree.ExpressionList
ExpressionList(Expression, Expression). Constructor for class openjava.ptree.ExpressionList
ExpressionStatement(Expression). Constructor for class openjava.ptree.ExpressionStatement
Allocates a new object.

F

FALSE. Static variable in class openjava.ptree.Literal
FIELD. Static variable in interface openjava.ptree.MemberDeclaration
The FIELD is a kind of MemberDeclaration
FieldAccess(Expression, Identifier). Constructor for class openjava.ptree.FieldAccess
FieldDeclaration(ModifierList, TypeSpecifier, Identifier, VariableInitializer). Constructor for class openjava.ptree.FieldDeclaration
FieldDeclaration(ModifierList, TypeSpecifier, VariableDeclarator). Constructor for class openjava.ptree.FieldDeclaration
Allocates this object
FINAL. Static variable in class openjava.ptree.Modifier
finish(). Method in class openjava.Class
finish() is called on each metaobject at the end.
FLOAT. Static variable in class openjava.ptree.PrimitiveType
flushPrintWriter(). Static method in class openjava.ptree.PtreeObject
ForStatement(). Constructor for class openjava.ptree.ForStatement
Allocates a new ForStatement object.
ForStatement(ExpressionList, Expression, ExpressionList, StatementList). Constructor for class openjava.ptree.ForStatement
Allocates a new ForStatement object.
ForStatement(ForStatement. ForInit, Expression, ExpressionList, StatementList). Constructor for class openjava.ptree.ForStatement
Allocates a new ForStatement object.

G

getArguments(). Method in class openjava.ptree.ConstructExpression
Gets the arguments of this constructor.
getArguments(). Method in class openjava.ptree.MethodCall
Gets the arguments for this method.
getArguments(). Method in class openjava.ptree.SpecialCallStatement
getBody(). Method in class openjava.ptree.CatchBlock
Gets the body of this catch block.
getBody(). Method in class openjava.ptree.ClassDeclaration
Gets class body
getBody(). Method in class openjava.ptree.ConstructorDeclaration
Gets the statement list of this constructor body.
getBody(). Method in class openjava.ptree.InstanceInitializer
Gets the body of this instance initializer.
getBody(). Method in class openjava.ptree.InterfaceDeclaration
Gets interface body
getBody(). Method in class openjava.ptree.MethodDeclaration
Gets body of this method.
getBody(). Method in class openjava.ptree.StaticInitializer
Gets the body of static Initializer block.
getBody(). Method in class openjava.ptree.TryStatement
Gets the body of this try statement.
getBody(). Method in interface openjava.ptree.TypeDeclaration
Obtains the member list of this class or interface.
getCaseGroupList(). Method in class openjava.ptree.SwitchStatement
Gets the case group list.
getCaseLabelList(). Method in class openjava.ptree.CaseGroup
getCatchList(). Method in class openjava.ptree.TryStatement
Gets the catch block list.
getClassBody(). Method in class openjava.ptree.ConstructExpression
Gets the class body of this constructor.
getClassName(). Method in class openjava.ptree.ImportStatement
getClassName(). Method in class openjava.ptree.SpecialCallStatement
getClassType(). Method in class openjava.ptree.ConstructExpression
Gets the class type of this constructor.
getComment(). Method in class openjava.ptree.NonLeaf
Obtains the comment of javadoc format which explains this declaration.
getCondition(). Method in class openjava.ptree.ConditionalExpression
Gets the conditional part of this conditional expression.
getCondition(). Method in class openjava.ptree.ForStatement
Gets the condition part of this for-statement.
getContents(). Method in class openjava.ptree.NonLeaf
Gets the contents of this nonleaf-node.
getDebugFlag(). Static method in class openjava.ptree.PtreeObject
getDim(). Method in class openjava.ptree.TypeSpecifier
Gets array dimension of declarated type
getDimExprList(). Method in class openjava.ptree.ArrayAccess
Gets the dimexpr list.
getDimExprList(). Method in class openjava.ptree.ArrayAllocationExpression
Gets the dimexpr list of the array.
getElseStatements(). Method in class openjava.ptree.IfStatement
Gets the else part of this if statement.
getExpression(). Method in class openjava.ptree.ArrayAccess
Gets the expression of array.
getExpression(). Method in class openjava.ptree.CaseLabel
getExpression(). Method in class openjava.ptree.CastExpression
Gets the expression of the operand to be casted in this expression.
getExpression(). Method in class openjava.ptree.DoWhileStatement
Gets the condtion of this do-while statement.
getExpression(). Method in class openjava.ptree.ExpressionStatement
Gets the expression of this statement.
getExpression(). Method in class openjava.ptree.FieldAccess
Gets the expression accessed.
getExpression(). Method in class openjava.ptree.IfStatement
Gets the condition of this if statement.
getExpression(). Method in class openjava.ptree.MethodCall
Gets the expression accessed.
getExpression(). Method in class openjava.ptree.ReturnStatement
Gets the returned expression by this statement.
getExpression(). Method in class openjava.ptree.SwitchStatement
Gets the expression of the condition to switch.
getExpression(). Method in class openjava.ptree.SynchronizedStatement
Gets the expression to be synchronized.
getExpression(). Method in class openjava.ptree.ThrowStatement
Gets the returned expression by this statement.
getExpression(). Method in class openjava.ptree.UnaryExpression
Gets the expression operated in this expression.
getExpression(). Method in class openjava.ptree.WhileStatement
Gets the condtion of this while statement.
getFalseCase(). Method in class openjava.ptree.ConditionalExpression
Gets the false case part of this.
getFinallyBody(). Method in class openjava.ptree.TryStatement
Gets the finally body.
getFirst(). Method in class openjava.ptree.AnyWordList
Returns the first element
getFirst(). Method in class openjava.ptree.ArrayInitializer
Returns the first element
getFirst(). Method in class openjava.ptree.CaseGroupList
Returns the first element
getFirst(). Method in class openjava.ptree.CaseLabelList
Returns the first element
getFirst(). Method in class openjava.ptree.CatchList
Returns the first element
getFirst(). Method in class openjava.ptree.ClassTypeList
Returns the first element
getFirst(). Method in class openjava.ptree.DimExprList
Returns the first element
getFirst(). Method in class openjava.ptree.ExpressionList
Returns the first element
getFirst(). Method in class openjava.ptree.ImportStatementList
Returns the first element
getFirst(). Method in class openjava.ptree.MemberDeclarationList
Returns the first element
getFirst(). Method in class openjava.ptree.ModifierList
Returns the first element
getFirst(). Method in class openjava.ptree.ParameterList
Returns the first element
getFirst(). Method in class openjava.ptree.QualifiedName
Returns the first element
getFirst(). Method in class openjava.ptree.StatementList
Returns the first element
getFirst(). Method in class openjava.ptree.TypeDeclarationList
Returns the first element
getFirst(). Method in class openjava.ptree.UserDecoratorList
Returns the first element
getID(). Method in class openjava.ptree.Literal
Use getKind()
getID(). Method in class openjava.ptree.SpecialName
Use getKind()
getImported(). Method in class openjava.Class
Obtain the import statements of the compilation unit including this class.
getImportStatements(). Method in class openjava.ptree.CompilationUnit
Obtains the import statement list of this compilation unit
getIncrement(). Method in class openjava.ptree.ForStatement
Gets the increments part of this for-statement.
getInit(). Method in class openjava.ptree.ForStatement
Gets the initialization part of this for-statement.
getInitializer(). Method in class openjava.ptree.ArrayAllocationExpression
Gets the initializer of this array allocation.
getInitializer(). Method in class openjava.ptree.FieldDeclaration
Gets variable initializer of this field.
getInitializer(). Method in class openjava.ptree.VariableDeclaration
Gets variable initializer.
getInitializer(). Method in class openjava.ptree.VariableDeclarator
Gets variable initializer.
getInterfaces(). Method in class openjava.ptree.ClassDeclaration
Gets interface name list
getKeyword(). Method in class openjava.ptree.UserDecorator
getKind(). Method in class openjava.ptree.AssignmentExpression
getKind(). Method in class openjava.ptree.BinaryExpression
getKind(). Method in class openjava.ptree.Literal
Returns the id number indicating the kind of this literal.
getKind(). Method in class openjava.ptree.Modifier
getKind(). Method in class openjava.ptree.PrimitiveType
getKind(). Method in class openjava.ptree.SpecialName
Returns the id number indicating the kind of this literal.
getKind(). Method in class openjava.ptree.UnaryExpression
getLabel(). Method in class openjava.ptree.BreakStatement
Gets the label of this break statement.
getLabel(). Method in class openjava.ptree.ContinueStatement
Gets the label of this break statement.
getLabel(). Method in class openjava.ptree.LabeledStatement
Gets the label.
getLeft(). Method in class openjava.ptree.AssignmentExpression
Gets the expression of the left operand.
getLeft(). Method in class openjava.ptree.BinaryExpression
Gets the expression of the left operand.
getLeft(). Method in class openjava.ptree.InstanceofExpression
Gets the expression of the left operand to be tested in this expression.
getLength(). Method in class openjava.ptree.List
Returns the length of this list.
getLength(). Method in class openjava.ptree.NonLeaf
getLength() returns the length of this nonleaf-node
getMetaclass(). Method in class openjava.ptree.ClassDeclaration
getMetaclass(). Method in class openjava.ptree.InterfaceDeclaration
getMetaclass(). Method in interface openjava.ptree.TypeDeclaration
getMetaInfoPtree(Class, String). Static method in class openjava.Class
getMetaInfoString(Class, String). Static method in class openjava.Class
getModifiers(). Method in class openjava.ptree.ClassDeclaration
Gets modifier list
getModifiers(). Method in class openjava.ptree.ConstructorDeclaration
Gets modifier list.
getModifiers(). Method in class openjava.ptree.FieldDeclaration
Gets modifier list of this field.
getModifiers(). Method in class openjava.ptree.InterfaceDeclaration
Gets modifier list
getModifiers(). Method in class openjava.ptree.MethodDeclaration
Gets modifierlist of this method.
getModifiers(). Method in class openjava.ptree.Parameter
Gets the modifiers of this parameter.
getModifiers(). Method in interface openjava.ptree.TypeDeclaration
Obtains the modifier list which modifies this declaration.
getModifiers(). Method in class openjava.ptree.VariableDeclaration
Gets the modifer list of this variable declaration.
getName(). Method in class openjava.ptree.ClassDeclaration
Gets class name
getName(). Method in class openjava.ptree.ClassType
Gets the short class name of this class type specificator.
getName(). Method in class openjava.ptree.ConstructorDeclaration
Gets the name of this constructor node.
getName(). Method in class openjava.ptree.FieldAccess
Gets the field name.
getName(). Method in class openjava.ptree.InterfaceDeclaration
Gets interface name
getName(). Method in class openjava.ptree.MethodCall
Gets the method name.
getName(). Method in class openjava.ptree.MethodDeclaration
Gets name of this method.
getName(). Method in interface openjava.ptree.TypeDeclaration
Obtains the identifier of this class/interface's name.
getNest(). Static method in class openjava.ptree.PtreeObject
getObjectID(). Method in interface openjava.ptree.Ptree
Returns the Identifier Number of this object
getObjectID(). Method in class openjava.ptree.PtreeObject
Returns
getOperator(). Method in class openjava.ptree.AssignmentExpression
Gets the id number of the operator.
getOperator(). Method in class openjava.ptree.BinaryExpression
Gets the id number of the operator.
getOperator(). Method in class openjava.ptree.UnaryExpression
Gets the operator of this unary expression.
getPackage(). Method in class openjava.Class
Obtain the package of the compilation unit including this class.
getPackage(). Method in class openjava.ptree.ClassType
Gets the package name of this class type specificator.
getPackage(). Method in class openjava.ptree.CompilationUnit
Obtains the package of this compilation unit
getParameter(). Method in class openjava.ptree.CatchBlock
Gets the exception parameter of this catch block.
getParameters(). Method in class openjava.ptree.ConstructorDeclaration
Gets the parameter list.
getParameters(). Method in class openjava.ptree.MethodDeclaration
Gets parameter list of this method.
getPath(). Method in class openjava.ptree.ImportStatement
getPrintWriter(). Static method in class openjava.ptree.PtreeObject
getPublicClass(). Method in class openjava.ptree.CompilationUnit
Obtains the public class in this compilation unit.
getRest(). Method in class openjava.ptree.AnyWordList
Returns the new list from this list's element except for the first element
getRest(). Method in class openjava.ptree.ArrayInitializer
Returns the new list from this list's element except for the first element
getRest(). Method in class openjava.ptree.CaseGroupList
Returns the new list from this list's element except for the first element
getRest(). Method in class openjava.ptree.CaseLabelList
Returns the new list from this list's element except for the first element
getRest(). Method in class openjava.ptree.CatchList
Returns the new list from this list's element except for the first element
getRest(). Method in class openjava.ptree.ClassTypeList
Returns the new list from this list's element except for the first element
getRest(). Method in class openjava.ptree.DimExprList
Returns the new list from this list's element except for the first element
getRest(). Method in class openjava.ptree.ExpressionList
Returns the new list from this list's element except for the first element
getRest(). Method in class openjava.ptree.ImportStatementList
Returns the new list from this list's element except for the first element
getRest(). Method in class openjava.ptree.MemberDeclarationList
Returns the new list from this list's element except for the first element
getRest(). Method in class openjava.ptree.ModifierList
Returns the new list from this list's element except for the first element
getRest(). Method in class openjava.ptree.ParameterList
Returns the new list from this list's element except for the first element
getRest(). Method in class openjava.ptree.QualifiedName
Returns the new list from this list's element except for the first element This does't cause side-effect as a list.
getRest(). Method in class openjava.ptree.StatementList
Returns the new list from this list's element except for the first element
getRest(). Method in class openjava.ptree.TypeDeclarationList
Returns the new list from this list's element except for the first element
getRest(). Method in class openjava.ptree.UserDecoratorList
Returns the new list from this list's element except for the first element This does't cause side-effect as a list.
getRight(). Method in class openjava.ptree.AssignmentExpression
Gets the expression of the right operand.
getRight(). Method in class openjava.ptree.BinaryExpression
Gets the expression of the right operand.
getSpecialCallStatement(). Method in class openjava.ptree.ConstructorDeclaration
Gets the special call statement.
getSpecialName(). Method in class openjava.ptree.SpecialCallStatement
getStatement(). Method in class openjava.ptree.LabeledStatement
Gets the statement of this labeled statement
getStatementList(). Method in class openjava.ptree.CaseGroup
getStatements(). Method in class openjava.ptree.Block
Gets the statement list of this block.
getStatements(). Method in class openjava.ptree.DoWhileStatement
Gets the body of this do-while statement.
getStatements(). Method in class openjava.ptree.ForStatement
Gets the body of this for-statement.
getStatements(). Method in class openjava.ptree.IfStatement
Gets the then part of this if statement.
getStatements(). Method in class openjava.ptree.SynchronizedStatement
Gets the statements guarded by this synchronization.
getStatements(). Method in class openjava.ptree.WhileStatement
Gets the body of this while statement.
getSuper(). Method in class openjava.ptree.ClassDeclaration
Gets super class name
getSupers(). Method in class openjava.ptree.InterfaceDeclaration
Gets extends name list
getTab(). Static method in class openjava.ptree.PtreeObject
getThrows(). Method in class openjava.ptree.ConstructorDeclaration
Gets the class type list thrown by this constructor.
getThrows(). Method in class openjava.ptree.MethodDeclaration
Gets throw type name list of this method.
getTokenID(). Method in class openjava.ptree.Leaf
Returns the identifer-number of this token.
getTrueCase(). Method in class openjava.ptree.ConditionalExpression
Gets the true case part of this conditional expression.
getType(). Method in class openjava.ptree.PrimitiveType
Obtains the id number of this primitive type.
getTypeDeclaration(). Method in class openjava.Class
Gets the type declaration.
getTypeDeclarations(). Method in class openjava.ptree.CompilationUnit
Obtains the type declaration list of this compilation unit
getTypeName(). Method in class openjava.ptree.ArrayAllocationExpression
Gets the type name of the array.
getTypeName(). Method in class openjava.ptree.ClassLiteral
Gets the type name of this class literal.
getTypeName(). Method in class openjava.ptree.TypeSpecifier
Gets the type name of this type specifier.
getTypeSpecifier(). Method in class openjava.ptree.CastExpression
Gets the type specifier to cast in this expression.
getTypeSpecifier(). Method in class openjava.ptree.FieldDeclaration
Gets type specifier of this field variable.
getTypeSpecifier(). Method in class openjava.ptree.InstanceofExpression
Gets the type specifier of the right operand to be tested in this expression.
getTypeSpecifier(). Method in class openjava.ptree.MethodDeclaration
Gets type specifier of this method.
getTypeSpecifier(). Method in class openjava.ptree.Parameter
Gets the type specifier of this parameter.
getTypeSpecifier(). Method in class openjava.ptree.VariableDeclaration
Gets the type specifier of this variable declaration.
getUserDecorators(). Method in class openjava.ptree.ClassDeclaration
getUserDecorators(). Method in class openjava.ptree.InterfaceDeclaration
getUserDecorators(). Method in class openjava.ptree.TypeSpecifier
Gets the user decorator list.
getUserKeywords(). Method in class openjava.Class
Returns the user defined keywords.
getUserModifiers(). Method in class openjava.Class
Returns the user defined keywords.
getVariable(). Method in class openjava.ptree.FieldDeclaration
Gets variable name of this field.
getVariable(). Method in class openjava.ptree.Parameter
Gets the variable name of this parameter.
getVariable(). Method in class openjava.ptree.VariableDeclaration
Gets declarator name, declarator name includes variable name but its dimension.
getVariable(). Method in class openjava.ptree.VariableDeclarator
Gets declarator name, declarator name includes variable name but its dimension.
getVariableDeclarator(). Method in class openjava.ptree.FieldDeclaration
Gets variable declarator of this field
getVariableDeclarator(). Method in class openjava.ptree.VariableDeclaration
Gets the variable declarator of this variable declaration.
getWords(). Method in class openjava.ptree.UserDecorator
GREATER. Static variable in class openjava.ptree.BinaryExpression
GREATEREQUAL. Static variable in class openjava.ptree.BinaryExpression

I

Identifier(Identifier). Constructor for class openjava.ptree.Identifier
Identifier(String). Constructor for class openjava.ptree.Identifier
IfStatement(Expression, StatementList). Constructor for class openjava.ptree.IfStatement
Constructs new IfStatement from prototype object
IfStatement(Expression, StatementList, StatementList). Constructor for class openjava.ptree.IfStatement
Constructs new IfStatement from prototype object
ImportStatement(QualifiedName, Identifier). Constructor for class openjava.ptree.ImportStatement
Allocates this object with specified parse-tree elements.
ImportStatementList(). Constructor for class openjava.ptree.ImportStatementList
ImportStatementList(ImportStatement). Constructor for class openjava.ptree.ImportStatementList
ImportStatementList(ImportStatement, ImportStatement). Constructor for class openjava.ptree.ImportStatementList
initialize(). Method in class openjava.Class
At the beginning, initialize() is once called on each metaclass.
insertElementAt(CaseGroup, int). Method in class openjava.ptree.CaseGroupList
Inserts the specified element into the list before the specified element of the list.
insertElementAt(CaseLabel, int). Method in class openjava.ptree.CaseLabelList
Inserts the specified element into the list before the specified element of the list.
insertElementAt(CatchBlock, int). Method in class openjava.ptree.CatchList
Inserts the specified element into the list before the specified element of the list.
insertElementAt(ClassType, int). Method in class openjava.ptree.ClassTypeList
Inserts the specified element into the list before the specified element of the list.
insertElementAt(Expression, int). Method in class openjava.ptree.DimExprList
Inserts the specified element into the list before the specified element of the list.
insertElementAt(Expression, int). Method in class openjava.ptree.ExpressionList
Inserts the specified element into the list before the specified element of the list.
insertElementAt(Identifier, int). Method in class openjava.ptree.QualifiedName
Inserts the specified element into the list before the specified element of the list.
insertElementAt(ImportStatement, int). Method in class openjava.ptree.ImportStatementList
Inserts the specified element into the list before the specified element of the list.
insertElementAt(MemberDeclaration, int). Method in class openjava.ptree.MemberDeclarationList
Inserts the specified element into the list before the specified element of the list.
insertElementAt(Modifier, int). Method in class openjava.ptree.ModifierList
Inserts the specified element into the list before the specified element of the list.
insertElementAt(Parameter, int). Method in class openjava.ptree.ParameterList
Inserts the specified element into the list before the specified element of the list.
insertElementAt(Ptree, int). Method in class openjava.ptree.AnyWordList
Inserts the specified element into the list before the specified element of the list.
insertElementAt(Statement, int). Method in class openjava.ptree.StatementList
Inserts the specified element into the list before the specified element of the list.
insertElementAt(TypeDeclaration, int). Method in class openjava.ptree.TypeDeclarationList
Inserts the specified element into the list before the specified element of the list.
insertElementAt(UserDecorator, int). Method in class openjava.ptree.UserDecoratorList
Inserts the specified element into the list before the specified element of the list.
insertElementAt(VariableInitializer, int). Method in class openjava.ptree.ArrayInitializer
Inserts the specified element into the list before the specified element of the list.
InstanceInitializer(StatementList). Constructor for class openjava.ptree.InstanceInitializer
Allocates a new object.
INSTANCEOF. Static variable in class openjava.ptree.BinaryExpression
InstanceofExpression(Expression, TypeSpecifier). Constructor for class openjava.ptree.InstanceofExpression
Allocates a new object.
INT. Static variable in class openjava.ptree.PrimitiveType
InterfaceDeclaration(). Constructor for class openjava.ptree.InterfaceDeclaration
InterfaceDeclaration(ModifierList, Leaf, ClassTypeList, MemberDeclarationList). Constructor for class openjava.ptree.InterfaceDeclaration
Constructs InterfaceDeclaration from its elements Allocates new object, and assigns the specified objects to its instance variables.
isAllocationExpression(Ptree). Static method in class openjava.Class
Tests if the ptree object is an instance of allocation expression classes.
isEmpty(). Method in class openjava.ptree.List
Tests if this list is empty.
isExpression(). Method in class openjava.ptree.QualifiedName
isGuardingStatement(Ptree). Static method in class openjava.Class
Tests if the ptree object is an instance of guarding statement classes.
isIterationStatement(Ptree). Static method in class openjava.Class
Tests if the ptree object is an instance of iteration statement classes.
isJumpStatement(Ptree). Static method in class openjava.Class
Tests if the ptree object is an instance of jump statement classes.
isMulti(). Method in class openjava.ptree.ImportStatement
Tests if this import statement includes multiple classes importing like "java.lang.*;".
isPostfix(). Method in class openjava.ptree.UnaryExpression
Tests if the operator of unary expression is a postfix operator.
isPrefix(). Method in class openjava.ptree.UnaryExpression
Tests if the operator of unary expression is a prefix operator.
isSelectionStatement(Ptree). Static method in class openjava.Class
Tests if the ptree object is an instance of selection statement classes.

L

LabeledStatement(Identifier, Statement). Constructor for class openjava.ptree.LabeledStatement
Allocates a new object.
lastElement(). Method in class openjava.ptree.ArrayInitializer
lastElement(). Method in class openjava.ptree.QualifiedName
lastElement(). Method in class openjava.ptree.UserDecoratorList
Leaf(int, String). Constructor for class openjava.ptree.Leaf
Allocates a new leaf(token) with its text.
Leaf(int, String, int, int). Constructor for class openjava.ptree.Leaf
Allocates a new leaf(token) with its text and where this is.
Leaf(String). Constructor for class openjava.ptree.Leaf
Allocates a new leaf(token) with its text.
LESS. Static variable in class openjava.ptree.BinaryExpression
LESSEQUAL. Static variable in class openjava.ptree.BinaryExpression
line. Variable in class openjava.ptree.Leaf
line is the number of the line at which this token is.
List(). Constructor for class openjava.ptree.List
Allocates this List
List(Ptree). Constructor for class openjava.ptree.List
Allocates this List
List(String). Constructor for class openjava.ptree.List
Allocates this List
List(String, Ptree). Constructor for class openjava.ptree.List
Allocates this List
List(String, Ptree, Ptree). Constructor for class openjava.ptree.List
Allocates this List with the specified ptree elements.
List(String, Ptree, Ptree, Ptree). Constructor for class openjava.ptree.List
Allocates this List with the specified ptree elements.
List(String, Ptree, Ptree, Ptree, Ptree). Constructor for class openjava.ptree.List
Allocates this List with the specified ptree elements.
Literal(int). Constructor for class openjava.ptree.Literal
Allocates a new object.
Literal(int, String). Constructor for class openjava.ptree.Literal
Allocates a new object.
LN. Static variable in class openjava.ptree.PtreeObject
Why this modifier is not final ? - Because of javac bug in excuting it with -O option.
LOGICAL_AND. Static variable in class openjava.ptree.BinaryExpression
LOGICAL_OR. Static variable in class openjava.ptree.BinaryExpression
LONG. Static variable in class openjava.ptree.PrimitiveType

M

make(String). Static method in class openjava.ptree.ConstructorDeclaration
make(String). Static method in class openjava.ptree.FieldDeclaration
make(String). Static method in class openjava.ptree.MethodDeclaration
make(String). Static method in class openjava.ptree.QualifiedName
makeCompilationUnit(String). Static method in class openjava.util.PartialParser
Makes a CompilationUnit object from the string.
makeCopy(). Method in class openjava.ptree.AssignmentExpression
Makes a new copy of this nonleaf-node as a ptree-node.
makeCopy(). Method in class openjava.ptree.BinaryExpression
Makes a new copy of this nonleaf-node as a ptree-node.
makeCopy(). Method in class openjava.util.Comment
Makes a new copy of this ptree-node.
makeCopy(). Method in class openjava.ptree.Leaf
Makes a new copy of this leaf-node.
makeCopy(). Method in class openjava.ptree.List
Makes a new copy (another object) of this list-node.
makeCopy(). Method in class openjava.ptree.NonLeaf
Makes a new copy of this nonleaf-node as a ptree-node.
makeCopy(). Method in interface openjava.ptree.Ptree
Makes a new copy of this nonleaf-node as a ptree-node.
makeCopy(). Method in class openjava.ptree.PtreeObject
Makes a new copy of this ptree-node.
makeCopy(). Method in class openjava.ptree.TypeSpecifier
Makes a new copy of this nonleaf-node as a ptree-node.
makeCopy(). Method in class openjava.ptree.UnaryExpression
Makes a new copy of this nonleaf-node as a ptree-node.
makeExpression(String). Static method in class openjava.util.PartialParser
Makes a ptree node from the string like :
     "i + 3"
 

or :
     "f()"
 

makeLiteral(boolean). Static method in class openjava.ptree.Literal
Makes a new object of Literal class from the boolean.
makeLiteral(char). Static method in class openjava.ptree.Literal
Makes a new object of Literal class from the character.
makeLiteral(double). Static method in class openjava.ptree.Literal
Makes a new object of Literal class from the number.
makeLiteral(float). Static method in class openjava.ptree.Literal
Makes a new object of Literal class from the number.
makeLiteral(int). Static method in class openjava.ptree.Literal
Makes a new object of Literal class from the number.
makeLiteral(long). Static method in class openjava.ptree.Literal
Makes a new object of Literal class from the number.
makeLiteral(String). Static method in class openjava.ptree.Literal
Makes a new object of Literal class from the string.
makeMemberDeclaration(String). Static method in class openjava.util.PartialParser
Makes ptree node from the string like :
     "int f(){ return 1; }"
 

or :
     "public String str;"
 

makeMemberDeclarationList(String). Static method in class openjava.util.PartialParser
Makes a ptree node from the string like :
     "int f(){ return 1; }" +
     "public String str;"
 

makeRecursiveCopy(). Method in class openjava.ptree.AssignmentExpression
Makes a new copy (another object) of this nonleaf-node recursively.
makeRecursiveCopy(). Method in class openjava.ptree.BinaryExpression
Makes a new copy (another object) of this nonleaf-node recursively.
makeRecursiveCopy(). Method in class openjava.util.Comment
Makes a new copy (another object) of this nonleaf-node recursively.
makeRecursiveCopy(). Method in class openjava.ptree.Leaf
Makes a new copy of this leaf-node.
makeRecursiveCopy(). Method in class openjava.ptree.List
Makes a new copy (another object) of this list-node.
makeRecursiveCopy(). Method in class openjava.ptree.NonLeaf
Makes a new copy (another object) of this nonleaf-node recursively.
makeRecursiveCopy(). Method in interface openjava.ptree.Ptree
Makes a new copy (another object) of this nonleaf-node recursively.
makeRecursiveCopy(). Method in class openjava.ptree.TypeSpecifier
Makes a new copy (another object) of this nonleaf-node recursively.
makeRecursiveCopy(). Method in class openjava.ptree.UnaryExpression
Makes a new copy (another object) of this nonleaf-node recursively.
makeStatement(String). Static method in class openjava.util.PartialParser
Makes a ptree node from the string like :
     "i++;"
 

or :
     "for(;;){ f(); }"
 

makeStatementList(String). Static method in class openjava.util.PartialParser
Makes ptree node from the string like :
     "i++; j = 3;"
 

makeTypeDeclaration(String). Static method in class openjava.util.PartialParser
Makes a TypeDeclaration object from the string like :
     "public class Test{" +
     "  public String str;" +
     "  private int f(){ return 1; }" +
     "}"
 

MemberDeclarationList(). Constructor for class openjava.ptree.MemberDeclarationList
MemberDeclarationList(MemberDeclaration). Constructor for class openjava.ptree.MemberDeclarationList
MemberDeclarationList(MemberDeclaration, MemberDeclaration). Constructor for class openjava.ptree.MemberDeclarationList
METHOD. Static variable in interface openjava.ptree.MemberDeclaration
The METHOD is a kind of MemberDeclaration
MethodCall(Expression, Identifier, ExpressionList). Constructor for class openjava.ptree.MethodCall
Allocates a new object.
MethodCall(Identifier, ExpressionList). Constructor for class openjava.ptree.MethodCall
Allocates a new object.
MethodDeclaration(ModifierList, TypeSpecifier, Identifier, ParameterList, ClassTypeList, StatementList). Constructor for class openjava.ptree.MethodDeclaration
Constructs new MethodDeclaration from its elements.
MINUS. Static variable in class openjava.ptree.BinaryExpression
MINUS. Static variable in class openjava.ptree.UnaryExpression
Post increment operator like:
     -i
 

MOD. Static variable in class openjava.ptree.AssignmentExpression
MOD. Static variable in class openjava.ptree.BinaryExpression
Modifier(int). Constructor for class openjava.ptree.Modifier
Modifier(String). Constructor for class openjava.ptree.Modifier
ModifierList(). Constructor for class openjava.ptree.ModifierList
ModifierList(Modifier). Constructor for class openjava.ptree.ModifierList
ModifierList(Modifier, Modifier). Constructor for class openjava.ptree.ModifierList
mopErrorMessage(String, String). Static method in class openjava.Class
Shows error messages of MOP and terminates OpenJava.
MULT. Static variable in class openjava.ptree.AssignmentExpression

N

NATIVE. Static variable in class openjava.ptree.Modifier
NonLeaf(). Constructor for class openjava.ptree.NonLeaf
Allocates a new non-leaf(cons-cell), where the first element has null and the second element has null.
NOT. Static variable in class openjava.ptree.UnaryExpression
Post increment operator like:
     ! c
 

NOTEQUAL. Static variable in class openjava.ptree.BinaryExpression
NULL. Static variable in class openjava.ptree.SpecialName
NUMBER. Static variable in class openjava.ptree.Literal

O

OR. Static variable in class openjava.ptree.AssignmentExpression
out. Static variable in class openjava.ptree.PtreeObject
this is used as like grobal variable in Ptree class-family.

P

Parameter(ModifierList, TypeSpecifier, Identifier). Constructor for class openjava.ptree.Parameter
Allocates a new object.
Parameter(TypeSpecifier, Identifier). Constructor for class openjava.ptree.Parameter
Allocates a new object.
ParameterList(). Constructor for class openjava.ptree.ParameterList
ParameterList(Parameter). Constructor for class openjava.ptree.ParameterList
ParameterList(Parameter, Parameter). Constructor for class openjava.ptree.ParameterList
PartialParser(). Constructor for class openjava.util.PartialParser
Constructor should not be called.
PLUS. Static variable in class openjava.ptree.BinaryExpression
PLUS. Static variable in class openjava.ptree.UnaryExpression
Post increment operator like:
     +i
 

popNest(). Static method in class openjava.ptree.PtreeObject
popPrintWriter(). Static method in class openjava.ptree.PtreeObject
POST_DEC. Static variable in class openjava.ptree.UnaryExpression
Post decrement operator like:
     i--
 

POST_INC. Static variable in class openjava.ptree.UnaryExpression
Post increment operator like:
     i++
 

PRE_DEC. Static variable in class openjava.ptree.UnaryExpression
Post increment operator like:
     --i
 

PRE_INC. Static variable in class openjava.ptree.UnaryExpression
Pre increment operator like:
     ++i
 

PrimitiveType(int). Constructor for class openjava.ptree.PrimitiveType
PRIVATE. Static variable in class openjava.ptree.Modifier
PROTECTED. Static variable in class openjava.ptree.Modifier
PtreeException(). Constructor for class openjava.ptree.PtreeException
PtreeException(String). Constructor for class openjava.ptree.PtreeException
ptreelist. Variable in class openjava.ptree.List
The ptreelist the list of parse-tree nodes
PtreeObject(). Constructor for class openjava.ptree.PtreeObject
Arrocates new parse-tree object and set identifier number on the object.
PUBLIC. Static variable in class openjava.ptree.Modifier
pushNest(). Static method in class openjava.ptree.PtreeObject
pushPrintWriter(PrintWriter). Static method in class openjava.ptree.PtreeObject
putMetaInfo(String, Ptree). Method in class openjava.Class
putMetaInfo(String, String). Method in class openjava.Class

Q

QualifiedName(). Constructor for class openjava.ptree.QualifiedName
QualifiedName(Identifier). Constructor for class openjava.ptree.QualifiedName
QualifiedName(Identifier, Identifier). Constructor for class openjava.ptree.QualifiedName

R

removeAllElements(). Method in class openjava.ptree.List
Removes an element at the specified point from this list
removeElementAt(int). Method in class openjava.ptree.List
Removes an element at the specified point from this list
removeLastElement(). Method in class openjava.ptree.List
Removes the last element from this list This equals to obj.removeElemntAt( obj.getLength() )
ReturnStatement(). Constructor for class openjava.ptree.ReturnStatement
Allocates a new object.
ReturnStatement(Expression). Constructor for class openjava.ptree.ReturnStatement
Allocates a new object.

S

set(Ptree). Method in class openjava.ptree.NonLeaf
Makes this ptree a list presenting for [ p ]
set(Ptree, Ptree). Method in class openjava.ptree.NonLeaf
Makes this ptree a list presenting for [ p0 p1 ]
set(Ptree, Ptree, Ptree). Method in class openjava.ptree.NonLeaf
Makes this ptree a list presenting for [ p0 p1 p2 ]
set(Ptree, Ptree, Ptree, Ptree). Method in class openjava.ptree.NonLeaf
Makes this ptree a list presenting for [ p0 p1 p2 p3 ]
set(Ptree, Ptree, Ptree, Ptree, Ptree). Method in class openjava.ptree.NonLeaf
Makes this ptree a list presenting for [ p0 p1 p2 p3 p4 ]
set(Ptree, Ptree, Ptree, Ptree, Ptree, Ptree). Method in class openjava.ptree.NonLeaf
Makes this ptree a list presenting for [ p0 p1 p2 p3 p4 p5 ]
set(Ptree, Ptree, Ptree, Ptree, Ptree, Ptree, Ptree). Method in class openjava.ptree.NonLeaf
Makes this ptree a list presenting for [ p0 p1 p2 p3 p4 p5 p6 ]
set(Ptree, Ptree, Ptree, Ptree, Ptree, Ptree, Ptree, Ptree). Method in class openjava.ptree.NonLeaf
Makes this ptree a list presenting for [ p0 p1 p2 p3 p4 p5 p6 p7 ]
set(Ptree[]). Method in class openjava.ptree.NonLeaf
Makes this ptree a list presenting for [ p ]
set(UtilityList). Method in class openjava.ptree.List
setArguments(ExpressionList). Method in class openjava.ptree.ConstructExpression
Sets the arguments of this constructor.
setArguments(ExpressionList). Method in class openjava.ptree.MethodCall
Sets the arguments for this method.
setBody(MemberDeclarationList). Method in class openjava.ptree.ClassDeclaration
Sets class body
setBody(MemberDeclarationList). Method in class openjava.ptree.InterfaceDeclaration
Gets interface body
setBody(MemberDeclarationList). Method in interface openjava.ptree.TypeDeclaration
Sets the member list of this class or interface.
setBody(StatementList). Method in class openjava.ptree.CatchBlock
Sets the body of this catch block.
setBody(StatementList). Method in class openjava.ptree.ConstructorDeclaration
Sets the statement list of this constructor body.
setBody(StatementList). Method in class openjava.ptree.InstanceInitializer
Sets the body of this instance initializer.
setBody(StatementList). Method in class openjava.ptree.MethodDeclaration
Sets body of this method.
setBody(StatementList). Method in class openjava.ptree.StaticInitializer
Sets the body of static Initializer block.
setBody(StatementList). Method in class openjava.ptree.TryStatement
Sets the body of this try statement.
setCaseGroupList(CaseGroupList). Method in class openjava.ptree.SwitchStatement
Sets the case group list.
setCatchList(CatchList). Method in class openjava.ptree.TryStatement
Sets the catch block list.
setClassBody(MemberDeclarationList). Method in class openjava.ptree.ConstructExpression
Sets the class body of this constructor.
setClassName(Identifier). Method in class openjava.ptree.ImportStatement
setClassType(ClassType). Method in class openjava.ptree.ConstructExpression
Sets the class type of this constructor.
setComment(Comment). Method in class openjava.ptree.NonLeaf
Sets the comment of javadoc format which explains this declaration.
setCondition(Expression). Method in class openjava.ptree.ConditionalExpression
Sets the conditional part of this conditional expression.
setCondition(Expression). Method in class openjava.ptree.ForStatement
Sets the condition part of this for-statement.
setDebugFlag(boolean). Static method in class openjava.ptree.PtreeObject
setDebugLevel(int). Static method in class openjava.ptree.PtreeObject
setDim(int). Method in class openjava.ptree.TypeSpecifier
Sets array dimension of declarated type
setDimExprList(DimExprList). Method in class openjava.ptree.ArrayAccess
Sets the dimexpr list.
setDimExprList(DimExprList). Method in class openjava.ptree.ArrayAllocationExpression
Sets the dimexpr list of the array.
setElementAt(CaseGroup, int). Method in class openjava.ptree.CaseGroupList
Sets the specified element at the specified place of the list
setElementAt(CaseLabel, int). Method in class openjava.ptree.CaseLabelList
Sets the specified element at the specified place of the list
setElementAt(CatchBlock, int). Method in class openjava.ptree.CatchList
Sets the specified element at the specified place of the list
setElementAt(ClassType, int). Method in class openjava.ptree.ClassTypeList
Sets the specified element at the specified place of the list
setElementAt(Expression, int). Method in class openjava.ptree.DimExprList
Sets the specified element at the specified place of the list
setElementAt(Expression, int). Method in class openjava.ptree.ExpressionList
Sets the specified element at the specified place of the list
setElementAt(Identifier, int). Method in class openjava.ptree.QualifiedName
Sets the specified element at the specified place of the list
setElementAt(ImportStatement, int). Method in class openjava.ptree.ImportStatementList
Sets the specified element at the specified place of the list
setElementAt(MemberDeclaration, int). Method in class openjava.ptree.MemberDeclarationList
Sets the specified element at the specified place of the list
setElementAt(Modifier, int). Method in class openjava.ptree.ModifierList
Sets the specified element at the specified place of the list
setElementAt(Parameter, int). Method in class openjava.ptree.ParameterList
Sets the specified element at the specified place of the list
setElementAt(Ptree, int). Method in class openjava.ptree.AnyWordList
Sets the specified element at the specified place of the list
setElementAt(Ptree, int). Method in class openjava.ptree.NonLeaf
Sets the specified element at the specified point of this nonleaf-node.
setElementAt(Statement, int). Method in class openjava.ptree.StatementList
Sets the specified element at the specified place of the list
setElementAt(TypeDeclaration, int). Method in class openjava.ptree.TypeDeclarationList
Sets the specified element at the specified place of the list
setElementAt(UserDecorator, int). Method in class openjava.ptree.UserDecoratorList
Sets the specified element at the specified place of the list
setElementAt(VariableInitializer, int). Method in class openjava.ptree.ArrayInitializer
Sets the specified element at the specified place of the list
setElseStatements(StatementList). Method in class openjava.ptree.IfStatement
Sets the else part of this if statement.
setExpression(Expression). Method in class openjava.ptree.ArrayAccess
Sets the expression accessed as array.
setExpression(Expression). Method in class openjava.ptree.CastExpression
Sets the expression of the operand to be casted in this expression.
setExpression(Expression). Method in class openjava.ptree.DoWhileStatement
Sets the condtion of this do-while statement.
setExpression(Expression). Method in class openjava.ptree.ExpressionStatement
Sets the expression of this statement.
setExpression(Expression). Method in class openjava.ptree.FieldAccess
Sets the expression accessed.
setExpression(Expression). Method in class openjava.ptree.IfStatement
Sets the condition of this if statement.
setExpression(Expression). Method in class openjava.ptree.MethodCall
Sets the expression accessed.
setExpression(Expression). Method in class openjava.ptree.ReturnStatement
Sets the returned expression by this statement.
setExpression(Expression). Method in class openjava.ptree.SwitchStatement
Sets the expression of the condition to switch.
setExpression(Expression). Method in class openjava.ptree.SynchronizedStatement
Sets the expression to be synchronized by this statement.
setExpression(Expression). Method in class openjava.ptree.ThrowStatement
Sets the returned expression by this statement.
setExpression(Expression). Method in class openjava.ptree.UnaryExpression
Sets the expression operated in this expression.
setExpression(Expression). Method in class openjava.ptree.WhileStatement
Sets the condtion of this while statement.
setFalseCase(Expression). Method in class openjava.ptree.ConditionalExpression
Sets the false case part of this.
setFinallyBody(StatementList). Method in class openjava.ptree.TryStatement
Sets the finally body.
setFull(QualifiedName). Method in class openjava.ptree.ImportStatement
NOT IMPLEMENTED
setImported(ImportStatementList). Method in class openjava.Class
Only internal use by system.
setImportStatements(ImportStatementList). Method in class openjava.ptree.CompilationUnit
Sets the import statement list of this compilation unit
setIncrement(ExpressionList). Method in class openjava.ptree.ForStatement
Sets the increments part of this for-statement.
setInit(ExpressionList). Method in class openjava.ptree.ForStatement
Sets the initialization part of this for-statement.
setInit(ForStatement. ForInit). Method in class openjava.ptree.ForStatement
Sets the initialization part of this for-statement.
setInitializer(ArrayInitializer). Method in class openjava.ptree.ArrayAllocationExpression
Sets the initializer of this array allocation.
setInitializer(VariableInitializer). Method in class openjava.ptree.FieldDeclaration
Gets variable initializer of this field.
setInitializer(VariableInitializer). Method in class openjava.ptree.VariableDeclaration
Sets variable initializer.
setInitializer(VariableInitializer). Method in class openjava.ptree.VariableDeclarator
Sets variable initializer.
setInterfaces(ClassTypeList). Method in class openjava.ptree.ClassDeclaration
Sets interface name list
setLabel(Identifier). Method in class openjava.ptree.BreakStatement
Sets the label of this break statement.
setLabel(Identifier). Method in class openjava.ptree.ContinueStatement
Sets the label of this break statement.
setLabel(Identifier). Method in class openjava.ptree.LabeledStatement
Sets the label.
setLastElement(Identifier). Method in class openjava.ptree.QualifiedName
setLeft(Expression). Method in class openjava.ptree.AssignmentExpression
Sets the expression of the left operand.
setLeft(Expression). Method in class openjava.ptree.BinaryExpression
Sets the expression of the left operand.
setLeft(Expression). Method in class openjava.ptree.InstanceofExpression
Sets the expression of the left operand to be tested in this expression.
setMetaclass(Class). Method in class openjava.ptree.ClassDeclaration
setMetaclass(Class). Method in class openjava.ptree.InterfaceDeclaration
setMetaclass(Class). Method in interface openjava.ptree.TypeDeclaration
setModifiers(ModifierList). Method in class openjava.ptree.ClassDeclaration
Sets modifier list
setModifiers(ModifierList). Method in class openjava.ptree.ConstructorDeclaration
Sets modifier list.
setModifiers(ModifierList). Method in class openjava.ptree.FieldDeclaration
Sets modifier list of this field.
setModifiers(ModifierList). Method in class openjava.ptree.InterfaceDeclaration
Sets modifier list
setModifiers(ModifierList). Method in class openjava.ptree.MethodDeclaration
Sets modifierlist of this method.
setModifiers(ModifierList). Method in class openjava.ptree.Parameter
Sets the modifiers of this parameter.
setModifiers(ModifierList). Method in interface openjava.ptree.TypeDeclaration
Sets the modifier list which modifies this declaration.
setModifiers(ModifierList). Method in class openjava.ptree.VariableDeclaration
Sets the modifer list of this variable declaration.
setName(Identifier). Method in class openjava.ptree.ClassDeclaration
Sets class name
setName(Identifier). Method in class openjava.ptree.ClassType
Sets the short class name of this class type specificator.
setName(Identifier). Method in class openjava.ptree.ConstructorDeclaration
Sets the name of this constructor node.
setName(Identifier). Method in class openjava.ptree.FieldAccess
Sets the field name.
setName(Identifier). Method in class openjava.ptree.InterfaceDeclaration
Sets interface name
setName(Identifier). Method in class openjava.ptree.MethodCall
Sets the method name.
setName(Identifier). Method in class openjava.ptree.MethodDeclaration
Sets name of this method.
setName(Identifier). Method in interface openjava.ptree.TypeDeclaration
Sets the identifier of this class/interface's name.
setNest(int). Static method in class openjava.ptree.PtreeObject
setOperator(int). Method in class openjava.ptree.AssignmentExpression
Sets the id number of the operator.
setOperator(int). Method in class openjava.ptree.BinaryExpression
Sets the id number of the operator.
setOperator(int). Method in class openjava.ptree.UnaryExpression
Sets the operator of this unary expression.
setPackage(QualifiedName). Method in class openjava.Class
Only internal use by system.
setPackage(QualifiedName). Method in class openjava.ptree.ClassType
Sets the package name of this class type specificator.
setPackage(QualifiedName). Method in class openjava.ptree.CompilationUnit
Sets the package of this compilation unit
setParameter(Parameter). Method in class openjava.ptree.CatchBlock
Sets the exception parameter of this catch block.
setParameters(ParameterList). Method in class openjava.ptree.ConstructorDeclaration
Sets the parameter list.
setParameters(ParameterList). Method in class openjava.ptree.MethodDeclaration
Sets parameter list of this method.
setPath(QualifiedName). Method in class openjava.ptree.ImportStatement
setPrintStream(PrintStream). Static method in class openjava.ptree.PtreeObject
Sets the writer to the one from the specified stream.
setRight(Expression). Method in class openjava.ptree.AssignmentExpression
Sets the expression of the right operand.
setRight(Expression). Method in class openjava.ptree.BinaryExpression
Sets the expression of the right operand.
setSpecialCallStatement(SpecialCallStatement). Method in class openjava.ptree.ConstructorDeclaration
Sets the special call statement.
setStatement(Statement). Method in class openjava.ptree.LabeledStatement
Sets the statement of this labeled statement
setStatements(StatementList). Method in class openjava.ptree.Block
Sets the statement list of this block.
setStatements(StatementList). Method in class openjava.ptree.DoWhileStatement
Sets the body of this do-while statement.
setStatements(StatementList). Method in class openjava.ptree.ForStatement
Sets the body of this for-statement.
setStatements(StatementList). Method in class openjava.ptree.IfStatement
Sets the then part of this if statement.
setStatements(StatementList). Method in class openjava.ptree.SynchronizedStatement
Sets the statements guarded by this synchronization.
setStatements(StatementList). Method in class openjava.ptree.WhileStatement
Sets the body of this while statement.
setSuper(ClassType). Method in class openjava.ptree.ClassDeclaration
Sets super class name
setSupers(ClassTypeList). Method in class openjava.ptree.InterfaceDeclaration
Sets extends name list
setTab(String). Static method in class openjava.ptree.PtreeObject
setThrows(ClassTypeList). Method in class openjava.ptree.ConstructorDeclaration
Sets the class type list thrown by this constructor.
setThrows(ClassTypeList). Method in class openjava.ptree.MethodDeclaration
Sets throw type name list of this method.
setTrueCase(Expression). Method in class openjava.ptree.ConditionalExpression
Sets the true case part of this conditional expression.
setTypeDeclaration(TypeDeclaration). Method in class openjava.Class
Sets the type declaration.
setTypeDeclarations(TypeDeclarationList). Method in class openjava.ptree.CompilationUnit
Sets the type declaration list of this compilation unit
setTypeName(TypeName). Method in class openjava.ptree.ArrayAllocationExpression
Sets the type name of the array.
setTypeName(TypeName). Method in class openjava.ptree.TypeSpecifier
Sets the type name of this type specifier.
setTypeSpecifier(TypeSpecifier). Method in class openjava.ptree.CastExpression
Sets the type specifier to cast in this expression.
setTypeSpecifier(TypeSpecifier). Method in class openjava.ptree.FieldDeclaration
Sets type specifier of this field variable.
setTypeSpecifier(TypeSpecifier). Method in class openjava.ptree.InstanceofExpression
Sets the type specifier of the right operand to be tested in this expression.
setTypeSpecifier(TypeSpecifier). Method in class openjava.ptree.MethodDeclaration
Sets type specifier of this method.
setTypeSpecifier(TypeSpecifier). Method in class openjava.ptree.Parameter
Sets the type specifier of this parameter.
setTypeSpecifier(TypeSpecifier). Method in class openjava.ptree.VariableDeclaration
Sets the type specifier of this variable declaration.
setUserDecorators(UserDecoratorList). Method in class openjava.ptree.ClassDeclaration
setUserDecorators(UserDecoratorList). Method in class openjava.ptree.InterfaceDeclaration
setUserDecorators(UserDecoratorList). Method in class openjava.ptree.TypeSpecifier
Sets the user decorator list.
setVariable(Identifier). Method in class openjava.ptree.FieldDeclaration
Sets variable name of this field.
setVariable(Identifier). Method in class openjava.ptree.Parameter
Sets the variable name of this parameter.
setVariable(Identifier). Method in class openjava.ptree.VariableDeclaration
Sets declarator name, declarator name includes variable name but its dimension.
setVariable(Identifier). Method in class openjava.ptree.VariableDeclarator
Sets declarator name, declarator name includes variable name but its dimension.
setVariableDeclarator(VariableDeclarator). Method in class openjava.ptree.FieldDeclaration
Sets type specifier of this field variable.
setVariableDeclarator(VariableDeclarator). Method in class openjava.ptree.VariableDeclaration
Sets the variable declarator of this variable declaration.
SHIFT_L. Static variable in class openjava.ptree.AssignmentExpression
SHIFT_L. Static variable in class openjava.ptree.BinaryExpression
SHIFT_R. Static variable in class openjava.ptree.AssignmentExpression
SHIFT_R. Static variable in class openjava.ptree.BinaryExpression
SHIFT_RR. Static variable in class openjava.ptree.AssignmentExpression
SHIFT_RR. Static variable in class openjava.ptree.BinaryExpression
SHORT. Static variable in class openjava.ptree.PrimitiveType
size(). Method in class openjava.ptree.List
SpecialCallStatement(QualifiedName, SpecialName, ExpressionList). Constructor for class openjava.ptree.SpecialCallStatement
SpecialName(int). Constructor for class openjava.ptree.SpecialName
StatementList(). Constructor for class openjava.ptree.StatementList
StatementList(Statement). Constructor for class openjava.ptree.StatementList
StatementList(Statement, Statement). Constructor for class openjava.ptree.StatementList
STATIC. Static variable in class openjava.ptree.Modifier
STATICINIT. Static variable in interface openjava.ptree.MemberDeclaration
The STATICINIT is a kind of MemberDeclaration
STATICINITIALIZER. Static variable in interface openjava.ptree.MemberDeclaration
This is same as STATICINIT
StaticInitializer(StatementList). Constructor for class openjava.ptree.StaticInitializer
Constructs new StaticInitializer form its elements.
strength(int). Static method in class openjava.ptree.BinaryExpression
Returns the strength of the union of the operator.
STRING. Static variable in class openjava.ptree.Literal
SUB. Static variable in class openjava.ptree.AssignmentExpression
SUPER. Static variable in class openjava.ptree.SpecialName
SwitchStatement(Expression, CaseGroupList). Constructor for class openjava.ptree.SwitchStatement
Allocates a new object.
SYNCHRONIZED. Static variable in class openjava.ptree.Modifier
SynchronizedStatement(Expression, StatementList). Constructor for class openjava.ptree.SynchronizedStatement
Allocates a new object.

T

THIS. Static variable in class openjava.ptree.SpecialName
ThrowStatement(Expression). Constructor for class openjava.ptree.ThrowStatement
Allocates a new ThrowStatement object.
TIMES. Static variable in class openjava.ptree.BinaryExpression
toFlattenString(). Method in interface openjava.ptree.Ptree
Generates the string expression from this node.
toFlattenString(). Method in class openjava.ptree.PtreeObject
toString(). Method in class openjava.util.Comment
Generates string which presents for this parse-tree
toString(). Method in class openjava.ptree.Identifier
Use this method to test.
toString(). Method in class openjava.ptree.Leaf
Overrides to return its text as the string of this instance.
toString(). Method in interface openjava.ptree.Ptree
Generates string which presents for this parse-tree
toString(). Method in class openjava.ptree.PtreeObject
Generates string which presents for this parse-tree
TRANSIENT. Static variable in class openjava.ptree.Modifier
translate(). Method in class openjava.Class
Main method to be called by OpenJava system.
translateAllocationExpression(Expression). Method in class openjava.Class
Translates the allocation expression node.
translateArrayAccess(ArrayAccess). Method in class openjava.Class
Translates the array access node.
translateArrayAllocationExpression(ArrayAllocationExpression). Method in class openjava.Class
Translates the array allocation expression node.
translateArrayInitializer(ArrayInitializer). Method in class openjava.Class
Translates the array initializer node
translateAssignmentExpression(AssignmentExpression). Method in class openjava.Class
Translates assignment expression node
translateBinaryExpression(BinaryExpression). Method in class openjava.Class
Translates the binary expression.
translateBlock(Block). Method in class openjava.Class
Translates block node
translateBreakStatement(BreakStatement). Method in class openjava.Class
Translates break statement node.
translateCaseGroup(CaseGroup). Method in class openjava.Class
Translates statements after case node
translateCaseGroupList(CaseGroupList). Method in class openjava.Class
Translates switch statement node
translateCastExpression(CastExpression). Method in class openjava.Class
Translates the cast expression node.
translateCatchBlock(CatchBlock). Method in class openjava.Class
Translates the catch block node.
translateCatchList(CatchList). Method in class openjava.Class
Translates catch list
translateClassDeclaration(ClassDeclaration). Method in class openjava.Class
Translates class declaration
translateClassType(ClassType). Method in class openjava.Class
Translates class type node
translateClassTypeList(ClassTypeList). Method in class openjava.Class
Translates class type list
translateConditionalExpression(ConditionalExpression). Method in class openjava.Class
Translates the conditional expression.
translateConstructExpression(ConstructExpression). Method in class openjava.Class
Translates the construct expression node.
translateConstructorDeclaration(ConstructorDeclaration). Method in class openjava.Class
Translates constructor declaration node
translateContinueStatement(ContinueStatement). Method in class openjava.Class
Translates the continue statement node.
translateDimExprList(DimExprList). Method in class openjava.Class
Translates the array dimension expr list.
translateDoWhileStatement(DoWhileStatement). Method in class openjava.Class
Translates the do-while statement node.
translateEmptyStatement(EmptyStatement). Method in class openjava.Class
Translates empty statement
translateExpression(Expression). Method in class openjava.Class
Translates the expression node.
translateExpressionList(ExpressionList). Method in class openjava.Class
Translates the expression list.
translateExpressionStatement(ExpressionStatement). Method in class openjava.Class
Translates expression statement node.
translateFieldAccess(FieldAccess). Method in class openjava.Class
Translates the field access node.
translateFieldDeclaration(FieldDeclaration). Method in class openjava.Class
Translates field variable declaration node
translateForStatement(ForStatement). Method in class openjava.Class
Translates the for statement node.
translateGuardingStatement(Statement). Method in class openjava.Class
Translates the guarding statement node.
translateIdentifier(Identifier). Method in class openjava.Class
Translates the identifier node.
translateIfStatement(IfStatement). Method in class openjava.Class
Translates if statement node
translateInstanceInitializer(InstanceInitializer). Method in class openjava.Class
Translates static initializer node
translateInstanceofExpression(InstanceofExpression). Method in class openjava.Class
Translates the instanceof expression.
translateInterfaceDeclaration(InterfaceDeclaration). Method in class openjava.Class
Translates interface declaration
translateIterationStatement(Statement). Method in class openjava.Class
Translates iteration node
translateJumpStatement(Statement). Method in class openjava.Class
Translates jump statement node
translateLabeldStatement(LabeledStatement). Method in class openjava.Class
Translates labeled statement node
translateLiteral(Literal). Method in class openjava.Class
Translates the literal.
translateMemberDeclaration(MemberDeclaration). Method in class openjava.Class
Translates member declaration list node
translateMemberDeclarationList(MemberDeclarationList). Method in class openjava.Class
Translates field declaration list
translateMethodCall(MethodCall). Method in class openjava.Class
Translates the mehtod call node.
translateMethodDeclaration(MethodDeclaration). Method in class openjava.Class
Translates method declaration node
translateModifier(Modifier). Method in class openjava.Class
Translates modfier node
translateModifierList(ModifierList). Method in class openjava.Class
Translates modifier list
translateParameter(Parameter). Method in class openjava.Class
Translates parameter
translateParameterList(ParameterList). Method in class openjava.Class
Translates parameter list
translatePrimitiveType(PrimitiveType). Method in class openjava.Class
Translates primitive type node
translateQualifiedName(QualifiedName). Method in class openjava.Class
Translates qualified name
translateReturnStatement(ReturnStatement). Method in class openjava.Class
Translates return statement node
translateSelectionStatement(Statement). Method in class openjava.Class
Translates selection statement node
translateSpecialName(SpecialName). Method in class openjava.Class
Translates the special name node.
translateStatement(Statement). Method in class openjava.Class
Translates statement node
translateStatementList(StatementList). Method in class openjava.Class
Translates statement list
translateStaticInitializer(StaticInitializer). Method in class openjava.Class
Translates static initializer node
translateSwitchStatement(SwitchStatement). Method in class openjava.Class
Translates switch statement node
translateSynchronizedStatement(SynchronizedStatement). Method in class openjava.Class
Translates synchronized statement node.
translateThrowStatement(ThrowStatement). Method in class openjava.Class
Translates throw statement node
translateTryStatement(TryStatement). Method in class openjava.Class
Translates the try statement node.
translateTypeDeclaration(TypeDeclaration). Method in class openjava.Class
Translates type declaration
translateTypeName(TypeName). Method in class openjava.Class
Translates type name node
translateTypeSpecifier(TypeSpecifier). Method in class openjava.Class
Translates type specifier node
translateUnaryExpression(UnaryExpression). Method in class openjava.Class
Translates the unary expression.
translateVariableDeclaration(VariableDeclaration). Method in class openjava.Class
Translates local variable declaration statement node.
translateVariableDeclarator(VariableDeclarator). Method in class openjava.Class
Translates variable declarator node
translateVariableInitializer(VariableInitializer). Method in class openjava.Class
Translates the variable initializer node
translateWhileStatement(WhileStatement). Method in class openjava.Class
Translates while statement node
TRUE. Static variable in class openjava.ptree.Literal
TryStatement(StatementList, CatchList). Constructor for class openjava.ptree.TryStatement
Allocates a new TryStatement object.
TryStatement(StatementList, CatchList, StatementList). Constructor for class openjava.ptree.TryStatement
Allocates a new TryStatement object.
TryStatement(StatementList, StatementList). Constructor for class openjava.ptree.TryStatement
Allocates a new TryStatement object.
TYPE. Static variable in interface openjava.ptree.MemberDeclaration
The TYPE is a kind of MemberDeclaration
TypeDeclarationList(). Constructor for class openjava.ptree.TypeDeclarationList
TypeDeclarationList(TypeDeclaration). Constructor for class openjava.ptree.TypeDeclarationList
TypeDeclarationList(TypeDeclaration, TypeDeclaration). Constructor for class openjava.ptree.TypeDeclarationList
TypeSpecifier(TypeName). Constructor for class openjava.ptree.TypeSpecifier
Allocates a new object.
TypeSpecifier(TypeName, int). Constructor for class openjava.ptree.TypeSpecifier
Allocates a new object.

U

UnaryExpression(Expression, int). Constructor for class openjava.ptree.UnaryExpression
Allocates a new object.
UnaryExpression(int, Expression). Constructor for class openjava.ptree.UnaryExpression
Allocates a new object.
UserDecorator(Leaf, AnyWordList). Constructor for class openjava.ptree.UserDecorator
UserDecorator(UserDecorator). Constructor for class openjava.ptree.UserDecorator
UserDecoratorList(). Constructor for class openjava.ptree.UserDecoratorList
UserDecoratorList(UserDecorator). Constructor for class openjava.ptree.UserDecoratorList
UserDecoratorList(UserDecorator, UserDecorator). Constructor for class openjava.ptree.UserDecoratorList
USERMODIFIER. Static variable in class openjava.ptree.Modifier

V

VariableDeclaration(ModifierList, TypeSpecifier, Identifier, VariableInitializer). Constructor for class openjava.ptree.VariableDeclaration
Allocates a new object.
VariableDeclaration(ModifierList, TypeSpecifier, VariableDeclarator). Constructor for class openjava.ptree.VariableDeclaration
Allocates a new object.
VariableDeclaration(TypeSpecifier, Identifier, VariableInitializer). Constructor for class openjava.ptree.VariableDeclaration
Allocates a new object.
VariableDeclaration(TypeSpecifier, VariableDeclarator). Constructor for class openjava.ptree.VariableDeclaration
Allocates a new object.
VariableDeclarator(Identifier, VariableInitializer). Constructor for class openjava.ptree.VariableDeclarator
Allocates a new object.
VOID. Static variable in class openjava.ptree.PrimitiveType
VOLATILE. Static variable in class openjava.ptree.Modifier

W

warningMessage(String). Static method in class openjava.Class
Shows an warning message.
WhileStatement(Expression, StatementList). Constructor for class openjava.ptree.WhileStatement
Allocates a new object.
writeCode(). Method in class openjava.ptree.AnyWordList
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.ArrayAccess
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.ArrayAllocationExpression
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.ArrayInitializer
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.AssignmentExpression
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.BinaryExpression
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.Block
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.BreakStatement
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.CaseGroup
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.CaseGroupList
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.CaseLabel
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.CaseLabelList
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.CastExpression
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.CatchBlock
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.CatchList
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.ClassDeclaration
write object code ModifierList "class" Identifier "extends" ClassType "implements" ClassTypeList MemberDeclarationList
writeCode(). Method in class openjava.ptree.ClassType
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.ClassTypeList
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.util.Comment
Writes a source code in the writer(stream).
writeCode(). Method in class openjava.ptree.CompilationUnit
Overrides the writing code method
writeCode(). Method in class openjava.ptree.ConditionalExpression
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.ConstructExpression
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.ConstructorDeclaration
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.ContinueStatement
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.DimExprList
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.DoWhileStatement
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.EmptyStatement
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.ExpressionList
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.ExpressionStatement
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.FieldAccess
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.FieldDeclaration
Overrides writing code method
writeCode(). Method in class openjava.ptree.ForStatement
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.Identifier
Writes the code of this token.
writeCode(). Method in class openjava.ptree.IfStatement
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.ImportStatement
Overrides writing code method
writeCode(). Method in class openjava.ptree.ImportStatementList
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.InstanceInitializer
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.InstanceofExpression
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.InterfaceDeclaration
write object code ModifierList "interface" Identifier "extends" ClassTypeList MemberDeclarationList
writeCode(). Method in class openjava.ptree.LabeledStatement
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.Leaf
Writes the code of this token.
writeCode(). Method in class openjava.ptree.List
Writes the code this parse-tree presents for.
writeCode(). Method in interface openjava.ptree.MemberDeclaration
writeCode(). Method in class openjava.ptree.MemberDeclarationList
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.MethodCall
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.MethodDeclaration
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.Modifier
Writes the code of this token.
writeCode(). Method in class openjava.ptree.ModifierList
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.NonLeaf
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.Parameter
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.ParameterList
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.PrimitiveType
Writes the code of this token.
writeCode(). Method in interface openjava.ptree.Ptree
Writes a source code in the writer(stream).
writeCode(). Method in class openjava.ptree.PtreeObject
Writes a source code in the writer(stream).
writeCode(). Method in class openjava.ptree.QualifiedName
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.ReturnStatement
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.SpecialCallStatement
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.StatementList
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.StaticInitializer
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.SwitchStatement
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.SynchronizedStatement
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.ThrowStatement
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.TryStatement
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.TypeDeclarationList
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.TypeSpecifier
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.UnaryExpression
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.UserDecorator
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.UserDecoratorList
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.VariableDeclaration
Writes the code this parse-tree presents for.
writeCode(). Method in class openjava.ptree.VariableDeclarator
write code Identifier "=" VaraiableInitializer
writeCode(). Method in class openjava.ptree.WhileStatement
Writes the code this parse-tree presents for.
writeDebug(String). Static method in class openjava.ptree.PtreeObject
writeDebugL(). Method in class openjava.ptree.PtreeObject
writeDebugLln(). Static method in class openjava.ptree.PtreeObject
writeDebugln(). Static method in class openjava.ptree.PtreeObject
writeDebugLR(). Static method in class openjava.ptree.PtreeObject
writeDebugR(). Static method in class openjava.ptree.PtreeObject
writeDebugRln(). Static method in class openjava.ptree.PtreeObject
writerStack. Static variable in class openjava.ptree.PtreeObject
this is used as like grobal variable in Ptree class-family.
writeTab(). Static method in class openjava.ptree.PtreeObject

X

XOR. Static variable in class openjava.ptree.AssignmentExpression
XOR. Static variable in class openjava.ptree.BinaryExpression