| 
 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 | ||||||||
java.lang.Objectedu.ustc.cs.compile.platform.util.ASTView.core.ASTViewPropertyDump
edu.ustc.cs.compile.platform.util.ASTView.plugin.GenericPropertyDump
public class GenericPropertyDump
Provides a default subclass of ASTViewPropertyDump.
 
This class dumps some basic properties of some ASTNodes.
| 构造函数摘要 | |
|---|---|
| GenericPropertyDump() | |
| 方法摘要 | |
|---|---|
|  java.util.List | dump(org.eclipse.jdt.core.dom.AnnotationTypeDeclaration n)Dumps the properties of the given AnnotationTypeDeclarationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration n)Dumps the properties of AnnotationTypeMemberDeclarationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.AnonymousClassDeclaration n)Dumps the properties of AnonymousClassDeclarationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ArrayAccess n)Dumps the properties of ArrayAccessnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ArrayCreation n)Dumps the properties of ArrayCreationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ArrayInitializer n)Dumps the properties of ArrayInitializernode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ArrayType n)Dumps the properties of ArrayTypenode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.AssertStatement n)Dumps the properties of AssertStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.Assignment n)Dumps the properties of Assignmentnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.Block n)Dumps the properties of Blocknode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.BlockComment n)Dumps the properties of BlockCommentnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.BooleanLiteral n)Dumps the properties of BooleanLiteralnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.BreakStatement n)Dumps the properties of BreakStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.CastExpression n)Dumps the properties of CastExpressionnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.CatchClause n)Dumps the properties of CatchClausenode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.CharacterLiteral n)Dumps the properties of CharacterLiteralnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ClassInstanceCreation n)Dumps the properties of ClassInstanceCreationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.CompilationUnit n)Dumps the properties of CompilationUnitnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ConditionalExpression n)Dumps the properties of ConditionalExpressionnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ConstructorInvocation n)Dumps the properties of ConstructorInvocationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ContinueStatement n)Dumps the properties of ContinueStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.DoStatement n)Dumps the properties of DoStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.EmptyStatement n)Dumps the properties of EmptyStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.EnhancedForStatement n)Dumps the properties of EnhancedForStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.EnumConstantDeclaration n)Dumps the properties of EnumConstantDeclarationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.EnumDeclaration n)Dumps the properties of EnumDeclarationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ExpressionStatement n)Dumps the properties of ExpressionStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.FieldAccess n)Dumps the properties of FieldAccessnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.FieldDeclaration n)Dumps the properties of FieldDeclarationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ForStatement n)Dumps the properties of ForStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.IfStatement n)Dumps the properties of IfStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ImportDeclaration n)Dumps the properties of ImportDeclarationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.InfixExpression n)Dumps the properties of InfixExpressionnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.Initializer n)Dumps the properties of AnonymousClassDeclarationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.InstanceofExpression n)Dumps the properties of InstanceofExpressionnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.Javadoc n)Dumps the properties of Javadocnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.LabeledStatement n)Dumps the properties of LabeledStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.LineComment n)Dumps the properties of LineCommentnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.MarkerAnnotation n)Dumps the properties of MarkerAnnotationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.MemberRef n)Dumps the properties of MemberRefnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.MemberValuePair n)Dumps the properties of MemberValuePairnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.MethodDeclaration n)Dumps the properties of MethodDeclarationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.MethodInvocation n)Dumps the properties of MethodInvocationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.MethodRef n)Dumps the properties of MethodRefnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.MethodRefParameter n)Dumps the properties of MethodRefParameternode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.Modifier n)Dumps the properties of Modifiernode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.NormalAnnotation n)Dumps the properties of NormalAnnotationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.NullLiteral n)Dumps the properties of NullLiteralnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.NumberLiteral n)Dumps the properties of NumberLiteralnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.PackageDeclaration n)Dumps the properties of PackageDeclarationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ParameterizedType n)Dumps the properties of AnonymousClassDeclarationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ParenthesizedExpression n)Dumps the properties of ParenthesizedExpressionnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.PostfixExpression n)Dumps the properties of PostfixExpressionnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.PrefixExpression n)Dumps the properties of PrefixExpressionnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.PrimitiveType n)Dumps the properties of AnonymousClassDeclarationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.QualifiedName n)Dumps the properties of QualifiedNamenode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.QualifiedType n)Dumps the properties of QualifiedTypenode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ReturnStatement n)Dumps the properties of ReturnStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.SimpleName n)Dumps the properties of SimplNamenode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.SimpleType n)Dumps the properties of SimpleTypenode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.SingleMemberAnnotation n)Dumps the properties of SingleMemberAnnotationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.SingleVariableDeclaration n)Dumps the properties of SingleVariableDeclarationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.StringLiteral n)Dumps the properties of StringLiteralnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.SuperConstructorInvocation n)Dumps the properties of SuperConstructorInvocationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.SuperFieldAccess n)Dumps the properties of SuperFieldAccessnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.SuperMethodInvocation n)Dumps the properties of SuperMethodInvocationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.SwitchCase n)Dumps the properties of SwitchCasenode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.SwitchStatement n)Dumps the properties of SwitchStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.SynchronizedStatement n)Dumps the properties of SynchronizedStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.TagElement n)Dumps the properties of TagElementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.TextElement n)Dumps the properties of TextElementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ThisExpression n)Dumps the properties of ThisExpressionnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.ThrowStatement n)Dumps the properties of ThrowStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.TryStatement n)Dumps the properties of TryStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.TypeDeclaration n)Dumps the properties of TypeDeclarationnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.TypeDeclarationStatement n)Dumps the properties of TypeDeclarationStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.TypeLiteral n)Dumps the properties of TypeLiteralnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.TypeParameter n)Dumps the properties of TypeParameternode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.VariableDeclarationExpression n)Dumps the properties of VariableDeclarationExpressionnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.VariableDeclarationFragment n)Dumps the properties of VariableDeclarationFragmentnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.VariableDeclarationStatement n)Dumps the properties of VariableDeclarationStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.WhileStatement n)Dumps the properties of WhileStatementnode. | 
|  java.util.List | dump(org.eclipse.jdt.core.dom.WildcardType n)Dumps the properties of WildcardTypenode. | 
| private  java.lang.String | getModifiersName(int flags)Gets the string representation of modifiers' flags. | 
| 从类 edu.ustc.cs.compile.platform.util.ASTView.core.ASTViewPropertyDump 继承的方法 | 
|---|
| accept | 
| 从类 java.lang.Object 继承的方法 | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| 构造函数详细信息 | 
|---|
public GenericPropertyDump()
| 方法详细信息 | 
|---|
public java.util.List dump(org.eclipse.jdt.core.dom.AnnotationTypeDeclaration n)
AnnotationTypeDeclaration node.
 
  - (NodeType, AnnotationTypeDeclaration)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration n)
AnnotationTypeMemberDeclaration node.
 
  - (NodeType, AnnotationTypeMemberDeclaration)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.AnonymousClassDeclaration n)
AnonymousClassDeclaration node.
 
  - (NodeType, AnonymousClassDeclaration)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ArrayAccess n)
ArrayAccess node.
 
  - (NodeType, ArrayAccess)
  
- (Array, n.getArray())
  
- (Index, n.getIndex())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ArrayCreation n)
ArrayCreation node.
 
  - (NodeType, ArrayCreation)
  
- (Dimensions, n.dimensions().get(0))
  
- (ArrayType, n.getType())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ArrayInitializer n)
ArrayInitializer node.
 
  - (NodeType, ArrayInitializer)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ArrayType n)
ArrayType node.
 
  - (NodeType, ArrayType)
  
- (Dimensions, n.getDimensions()))
  
- (ComponentType, n.getComponentType())
  
- (ElementType, n.getElementType())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.AssertStatement n)
AssertStatement node.
 
  - (NodeType, AssertStatement)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.Assignment n)
Assignment node.
 
  - (NodeType, Assignment)
  
- (Operator, n.getOperator()))
  
- (LeftHandSide, n.getLeftHandSide())
  
- (RightHandSide, n.getRightHandSide())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.Block n)
Block node.
 
  - (NodeType, Block)
  
- (Statements, n.getOperator()))
  
- (LeftHandSide, n.statements().get(0))
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.BlockComment n)
BlockComment node.
 
  - (NodeType, BlockComment)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.BooleanLiteral n)
BooleanLiteral node.
 
  - (NodeType, BooleanLiteral)
  
- (BooleanValue, n.booleanValue())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.BreakStatement n)
BreakStatement node.
 
  - (NodeType, BreakStatement)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.CastExpression n)
CastExpression node.
 
  - (NodeType, CastExpression)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.CatchClause n)
CatchClause node.
 
  - (NodeType, CatchClause)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.CharacterLiteral n)
CharacterLiteral node.
 
  - (NodeType, CharacterLiteral)
  
- (CharValue, n.charValue())
  
- (EscapeValue, n.getEscapedValue())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ClassInstanceCreation n)
ClassInstanceCreation node.
 
  - (NodeType, ClassInstanceCreation)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.CompilationUnit n)
CompilationUnit node.
 
  - (NodeType, CompilationUnit)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ConditionalExpression n)
ConditionalExpression node.
 
  - (NodeType, ConditionalExpression)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ConstructorInvocation n)
ConstructorInvocation node.
 
  - (NodeType, ConstructorInvocation)
  
- (Arguments, (Expression)n.arguments().get(0))
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ContinueStatement n)
ContinueStatement node.
 
  - (NodeType, ContinueStatement)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.DoStatement n)
DoStatement node.
 
  - (NodeType, DoStatement)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.EmptyStatement n)
EmptyStatement node.
 
  - (NodeType, EmptyStatement)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.EnhancedForStatement n)
EnhancedForStatement node.
 
  - (NodeType, EnhancedForStatement)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.EnumConstantDeclaration n)
EnumConstantDeclaration node.
 
  - (NodeType, EnumConstantDeclaration)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.EnumDeclaration n)
EnumDeclaration node.
 
  - (NodeType, EnumDeclaration)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ExpressionStatement n)
ExpressionStatement node.
 
  - (NodeType, ExpressionStatement)
  
- (Expression, n.getExpression())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.FieldAccess n)
FieldAccess node.
 
  - (NodeType, FieldAccess)
  
- (Expression, n.getExpression())
  
- (Name, n.getName().getIdentifier())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.FieldDeclaration n)
FieldDeclaration node.
 
  - (NodeType, FieldDeclaration)
  
- (Fragments, n.fragments().get(0)))
  
- (Modifier, getModifiersName(int n.getModifiers()))
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ForStatement n)
ForStatement node.
 
  - (NodeType, ForStatement)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.IfStatement n)
IfStatement node.
 
  - (NodeType, IfStatement)
  
- (ThenStatements, n.getThenStatement())
  
- (ElseStatements, n.getElseStatement())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ImportDeclaration n)
ImportDeclaration node.
 
  - (NodeType, ImportDeclaration)
  
- (OnDemand, n.isOnDemand())
  
- (Static, n.isStatic())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.InfixExpression n)
InfixExpression node.
 
  - (NodeType, InfixExpression)
  
- (Operator, n.getOperator().toString())
  
- (LeftOperand, n.getLeftOperand())
  
- (RightOperand, n.getRightOperand())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.Initializer n)
AnonymousClassDeclaration node.
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.InstanceofExpression n)
InstanceofExpression node.
 
  - (NodeType, InstanceofExpression)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.Javadoc n)
Javadoc node.
 
  - (NodeType, Javadoc)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.LabeledStatement n)
LabeledStatement node.
 
  - (NodeType, LabeledStatement)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.LineComment n)
LineComment node.
 
  - (NodeType, LineComment)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.MarkerAnnotation n)
MarkerAnnotation node.
 
  - (NodeType, MarkerAnnotation)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.MemberRef n)
MemberRef node.
 
  - (NodeType, MemberRef)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.MemberValuePair n)
MemberValuePair node.
 
  - (NodeType, MemberValuePair)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.MethodDeclaration n)
MethodDeclaration node.
 
  - (NodeType, MethodDeclaration)
  
- (Name, n.getName().getIdentifier())
  
- (Modifier, getModifiersName(int n.getModifiers()))
- (Constructor, n.isConstructor())
  
- (Parameters, n.parameters().get(0))
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.MethodInvocation n)
MethodInvocation node.
 
  - (NodeType, MethodInvocation)
  
- (Name, n.getName().getFullyQualifiedName())
  
- (Arguments, n.arguments().get(0))
  
- (Expression, n.getExpression())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.MethodRef n)
MethodRef node.
 
  - (NodeType, MethodRef)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.MethodRefParameter n)
MethodRefParameter node.
 
  - (NodeType, MethodRefParameter)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.Modifier n)
Modifier node.
 
  - (NodeType, Modifier)
  
- (Modifier, n.getKeyword().toString())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.NormalAnnotation n)
NormalAnnotation node.
 
  - (NodeType, NormalAnnotation)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.NullLiteral n)
NullLiteral node.
 
  - (NodeType, NullLiteral)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.NumberLiteral n)
NumberLiteral node.
 
  - (NodeType, NumberLiteral)
  
- (Token, n.getToken())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.PackageDeclaration n)
PackageDeclaration node.
 
  - (NodeType, PackageDeclaration)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ParameterizedType n)
AnonymousClassDeclaration node.
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ParenthesizedExpression n)
ParenthesizedExpression node.
 
  - (NodeType, ParenthesizedExpression)
  
- (Expression, n.getExpression())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.PostfixExpression n)
PostfixExpression node.
 
  - (NodeType, PostfixExpression)
  
- (Operator, n.getOperator().toString())
  
- (Operand, n.getOperand())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.PrefixExpression n)
PrefixExpression node.
 
  - (NodeType, PrefixExpression)
  
- (Operator, n.getOperator().toString())
  
- (Operand, n.getOperand())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.PrimitiveType n)
AnonymousClassDeclaration node.
 
  - (NodeType, PrimitiveType)
  
- (PrimitiveType, n.getPrimitiveTypeCode().toString())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.QualifiedName n)
QualifiedName node.
 
  - (NodeType, QualifiedName)
  
- (Name, n.getName().getIdentifier())
  
- (Qualifier, n.getQualifier().getFullyQualifiedName())
  
- (FullyQualifiedName, n.getFullyQualifiedName())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.QualifiedType n)
QualifiedType node.
 
  - (NodeType, QualifiedType)
  
- (Name, n.getName().getIdentifier())
  
- (Qualifier, n.getQualifier())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ReturnStatement n)
ReturnStatement node.
 
  - (NodeType, ReturnStatement)
  
- (Expression, n.getExpression())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.SimpleName n)
SimplName node.
 
  - (NodeType, SimplName)
  
- (Identifier, n.getIdentifier())
  
- (FullyQualifiedName, n.getFullyQualifiedName())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.SimpleType n)
SimpleType node.
 
  - (NodeType, SimpleType)
  
- (Identifier, n.getName().getFullyQualifiedName())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.SingleMemberAnnotation n)
SingleMemberAnnotation node.
 
  - (NodeType, SingleMemberAnnotation)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.SingleVariableDeclaration n)
SingleVariableDeclaration node.
 
  - (NodeType, SingleVariableDeclaration)
  
- (Name, n.getName().getIdentifier())
  
- (Modifier, getModifiersName(int n.getModifiers()))
- (Type, n.getType())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.StringLiteral n)
StringLiteral node.
 
  - (NodeType, StringLiteral)
  
- (EscapeValue, n.getEscapedValue())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.SuperConstructorInvocation n)
SuperConstructorInvocation node.
 
  - (NodeType, SuperConstructorInvocation)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.SuperFieldAccess n)
SuperFieldAccess node.
 
  - (NodeType, SuperFieldAccess)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.SuperMethodInvocation n)
SuperMethodInvocation node.
 
  - (NodeType, SuperMethodInvocation)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.SwitchCase n)
SwitchCase node.
 
  - (NodeType, SwitchCase)
  
- (Default, n.isDefault())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.SwitchStatement n)
SwitchStatement node.
 
  - (NodeType, SwitchStatement)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.SynchronizedStatement n)
SynchronizedStatement node.
 
  - (NodeType, SynchronizedStatement)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.TagElement n)
TagElement node.
 
  - (NodeType, TagElement)
  
- (TagName, n.getTagName())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.TextElement n)
TextElement node.
 
  - (NodeType, TextElement)
  
- (Text, n.getText())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ThisExpression n)
ThisExpression node.
 
  - (NodeType, ThisExpression)
  
- (Qualifier, n.getQualifier().getFullyQualifiedName())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.ThrowStatement n)
ThrowStatement node.
 
  - (NodeType, ThrowStatement)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.TryStatement n)
TryStatement node.
 
  - (NodeType, TryStatement)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.TypeDeclaration n)
TypeDeclaration node.
 
  - (NodeType, TypeDeclaration)
  
- (Name, n.getName().getIdentifier())
  
- (Modifiers, getModifiersName(int n.getModifiers()))
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.TypeDeclarationStatement n)
TypeDeclarationStatement node.
 
  - (NodeType, TypeDeclarationStatement)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.TypeLiteral n)
TypeLiteral node.
 
  - (NodeType, TypeLiteral)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.TypeParameter n)
TypeParameter node.
 
  - (NodeType, TypeParameter)
  
- (Name, n.getName().getIdentifier())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.VariableDeclarationExpression n)
VariableDeclarationExpression node.
 
  - (NodeType, VariableDeclarationExpression)
  
- (Modifier, getModifiersName(int n.getModifiers()))
- (Fragments, n.fragments().get(0))
  
- (Type, n.getType())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.VariableDeclarationFragment n)
VariableDeclarationFragment node.
 
  - (NodeType, VariableDeclarationFragment)
  
- (Name, n.getName().getIdentifier())
  
- (Initializer, n.getInitializer())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.VariableDeclarationStatement n)
VariableDeclarationStatement node.
 
  - (NodeType, VariableDeclarationStatement)
  
- (Modifier, getModifiersName(int n.getModifiers()))
- (Fragments, n.fragments().get(0))
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.WhileStatement n)
WhileStatement node.
 
  - (NodeType, WhileStatement)
  
- (Body, n.getBody())
  
- (Expression, n.getExpression())
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.public java.util.List dump(org.eclipse.jdt.core.dom.WildcardType n)
WildcardType node.
 
  - (NodeType, WildcardType)
 
ASTViewPropertyDump 中的 dumpn - an given AST node
ArrayList of properties, each item is an 
 ASTViewPropertyItem object.private java.lang.String getModifiersName(int flags)
flags - the modifiers' flags, which is getten by getModifiers() of
              some ASTNodes.
| 
 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 | ||||||||