edu.ustc.cs.compile.platform.util.ASTView.plugin
类 GenericPropertyDump

java.lang.Object
  继承者 edu.ustc.cs.compile.platform.util.ASTView.core.ASTViewPropertyDump
      继承者 edu.ustc.cs.compile.platform.util.ASTView.plugin.GenericPropertyDump

public class GenericPropertyDump
extends ASTViewPropertyDump

Provides a default subclass of ASTViewPropertyDump.

This class dumps some basic properties of some ASTNodes.

自从:
1.5
版本:
1.0
作者:
SnowZh, Yu Zhang

构造函数摘要
GenericPropertyDump()
           
 
方法摘要
 java.util.List dump(org.eclipse.jdt.core.dom.AnnotationTypeDeclaration n)
          Dumps the properties of the given AnnotationTypeDeclaration node.
 java.util.List dump(org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration n)
          Dumps the properties of AnnotationTypeMemberDeclaration node.
 java.util.List dump(org.eclipse.jdt.core.dom.AnonymousClassDeclaration n)
          Dumps the properties of AnonymousClassDeclaration node.
 java.util.List dump(org.eclipse.jdt.core.dom.ArrayAccess n)
          Dumps the properties of ArrayAccess node.
 java.util.List dump(org.eclipse.jdt.core.dom.ArrayCreation n)
          Dumps the properties of ArrayCreation node.
 java.util.List dump(org.eclipse.jdt.core.dom.ArrayInitializer n)
          Dumps the properties of ArrayInitializer node.
 java.util.List dump(org.eclipse.jdt.core.dom.ArrayType n)
          Dumps the properties of ArrayType node.
 java.util.List dump(org.eclipse.jdt.core.dom.AssertStatement n)
          Dumps the properties of AssertStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.Assignment n)
          Dumps the properties of Assignment node.
 java.util.List dump(org.eclipse.jdt.core.dom.Block n)
          Dumps the properties of Block node.
 java.util.List dump(org.eclipse.jdt.core.dom.BlockComment n)
          Dumps the properties of BlockComment node.
 java.util.List dump(org.eclipse.jdt.core.dom.BooleanLiteral n)
          Dumps the properties of BooleanLiteral node.
 java.util.List dump(org.eclipse.jdt.core.dom.BreakStatement n)
          Dumps the properties of BreakStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.CastExpression n)
          Dumps the properties of CastExpression node.
 java.util.List dump(org.eclipse.jdt.core.dom.CatchClause n)
          Dumps the properties of CatchClause node.
 java.util.List dump(org.eclipse.jdt.core.dom.CharacterLiteral n)
          Dumps the properties of CharacterLiteral node.
 java.util.List dump(org.eclipse.jdt.core.dom.ClassInstanceCreation n)
          Dumps the properties of ClassInstanceCreation node.
 java.util.List dump(org.eclipse.jdt.core.dom.CompilationUnit n)
          Dumps the properties of CompilationUnit node.
 java.util.List dump(org.eclipse.jdt.core.dom.ConditionalExpression n)
          Dumps the properties of ConditionalExpression node.
 java.util.List dump(org.eclipse.jdt.core.dom.ConstructorInvocation n)
          Dumps the properties of ConstructorInvocation node.
 java.util.List dump(org.eclipse.jdt.core.dom.ContinueStatement n)
          Dumps the properties of ContinueStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.DoStatement n)
          Dumps the properties of DoStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.EmptyStatement n)
          Dumps the properties of EmptyStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.EnhancedForStatement n)
          Dumps the properties of EnhancedForStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.EnumConstantDeclaration n)
          Dumps the properties of EnumConstantDeclaration node.
 java.util.List dump(org.eclipse.jdt.core.dom.EnumDeclaration n)
          Dumps the properties of EnumDeclaration node.
 java.util.List dump(org.eclipse.jdt.core.dom.ExpressionStatement n)
          Dumps the properties of ExpressionStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.FieldAccess n)
          Dumps the properties of FieldAccess node.
 java.util.List dump(org.eclipse.jdt.core.dom.FieldDeclaration n)
          Dumps the properties of FieldDeclaration node.
 java.util.List dump(org.eclipse.jdt.core.dom.ForStatement n)
          Dumps the properties of ForStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.IfStatement n)
          Dumps the properties of IfStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.ImportDeclaration n)
          Dumps the properties of ImportDeclaration node.
 java.util.List dump(org.eclipse.jdt.core.dom.InfixExpression n)
          Dumps the properties of InfixExpression node.
 java.util.List dump(org.eclipse.jdt.core.dom.Initializer n)
          Dumps the properties of AnonymousClassDeclaration node.
 java.util.List dump(org.eclipse.jdt.core.dom.InstanceofExpression n)
          Dumps the properties of InstanceofExpression node.
 java.util.List dump(org.eclipse.jdt.core.dom.Javadoc n)
          Dumps the properties of Javadoc node.
 java.util.List dump(org.eclipse.jdt.core.dom.LabeledStatement n)
          Dumps the properties of LabeledStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.LineComment n)
          Dumps the properties of LineComment node.
 java.util.List dump(org.eclipse.jdt.core.dom.MarkerAnnotation n)
          Dumps the properties of MarkerAnnotation node.
 java.util.List dump(org.eclipse.jdt.core.dom.MemberRef n)
          Dumps the properties of MemberRef node.
 java.util.List dump(org.eclipse.jdt.core.dom.MemberValuePair n)
          Dumps the properties of MemberValuePair node.
 java.util.List dump(org.eclipse.jdt.core.dom.MethodDeclaration n)
          Dumps the properties of MethodDeclaration node.
 java.util.List dump(org.eclipse.jdt.core.dom.MethodInvocation n)
          Dumps the properties of MethodInvocation node.
 java.util.List dump(org.eclipse.jdt.core.dom.MethodRef n)
          Dumps the properties of MethodRef node.
 java.util.List dump(org.eclipse.jdt.core.dom.MethodRefParameter n)
          Dumps the properties of MethodRefParameter node.
 java.util.List dump(org.eclipse.jdt.core.dom.Modifier n)
          Dumps the properties of Modifier node.
 java.util.List dump(org.eclipse.jdt.core.dom.NormalAnnotation n)
          Dumps the properties of NormalAnnotation node.
 java.util.List dump(org.eclipse.jdt.core.dom.NullLiteral n)
          Dumps the properties of NullLiteral node.
 java.util.List dump(org.eclipse.jdt.core.dom.NumberLiteral n)
          Dumps the properties of NumberLiteral node.
 java.util.List dump(org.eclipse.jdt.core.dom.PackageDeclaration n)
          Dumps the properties of PackageDeclaration node.
 java.util.List dump(org.eclipse.jdt.core.dom.ParameterizedType n)
          Dumps the properties of AnonymousClassDeclaration node.
 java.util.List dump(org.eclipse.jdt.core.dom.ParenthesizedExpression n)
          Dumps the properties of ParenthesizedExpression node.
 java.util.List dump(org.eclipse.jdt.core.dom.PostfixExpression n)
          Dumps the properties of PostfixExpression node.
 java.util.List dump(org.eclipse.jdt.core.dom.PrefixExpression n)
          Dumps the properties of PrefixExpression node.
 java.util.List dump(org.eclipse.jdt.core.dom.PrimitiveType n)
          Dumps the properties of AnonymousClassDeclaration node.
 java.util.List dump(org.eclipse.jdt.core.dom.QualifiedName n)
          Dumps the properties of QualifiedName node.
 java.util.List dump(org.eclipse.jdt.core.dom.QualifiedType n)
          Dumps the properties of QualifiedType node.
 java.util.List dump(org.eclipse.jdt.core.dom.ReturnStatement n)
          Dumps the properties of ReturnStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.SimpleName n)
          Dumps the properties of SimplName node.
 java.util.List dump(org.eclipse.jdt.core.dom.SimpleType n)
          Dumps the properties of SimpleType node.
 java.util.List dump(org.eclipse.jdt.core.dom.SingleMemberAnnotation n)
          Dumps the properties of SingleMemberAnnotation node.
 java.util.List dump(org.eclipse.jdt.core.dom.SingleVariableDeclaration n)
          Dumps the properties of SingleVariableDeclaration node.
 java.util.List dump(org.eclipse.jdt.core.dom.StringLiteral n)
          Dumps the properties of StringLiteral node.
 java.util.List dump(org.eclipse.jdt.core.dom.SuperConstructorInvocation n)
          Dumps the properties of SuperConstructorInvocation node.
 java.util.List dump(org.eclipse.jdt.core.dom.SuperFieldAccess n)
          Dumps the properties of SuperFieldAccess node.
 java.util.List dump(org.eclipse.jdt.core.dom.SuperMethodInvocation n)
          Dumps the properties of SuperMethodInvocation node.
 java.util.List dump(org.eclipse.jdt.core.dom.SwitchCase n)
          Dumps the properties of SwitchCase node.
 java.util.List dump(org.eclipse.jdt.core.dom.SwitchStatement n)
          Dumps the properties of SwitchStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.SynchronizedStatement n)
          Dumps the properties of SynchronizedStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.TagElement n)
          Dumps the properties of TagElement node.
 java.util.List dump(org.eclipse.jdt.core.dom.TextElement n)
          Dumps the properties of TextElement node.
 java.util.List dump(org.eclipse.jdt.core.dom.ThisExpression n)
          Dumps the properties of ThisExpression node.
 java.util.List dump(org.eclipse.jdt.core.dom.ThrowStatement n)
          Dumps the properties of ThrowStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.TryStatement n)
          Dumps the properties of TryStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.TypeDeclaration n)
          Dumps the properties of TypeDeclaration node.
 java.util.List dump(org.eclipse.jdt.core.dom.TypeDeclarationStatement n)
          Dumps the properties of TypeDeclarationStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.TypeLiteral n)
          Dumps the properties of TypeLiteral node.
 java.util.List dump(org.eclipse.jdt.core.dom.TypeParameter n)
          Dumps the properties of TypeParameter node.
 java.util.List dump(org.eclipse.jdt.core.dom.VariableDeclarationExpression n)
          Dumps the properties of VariableDeclarationExpression node.
 java.util.List dump(org.eclipse.jdt.core.dom.VariableDeclarationFragment n)
          Dumps the properties of VariableDeclarationFragment node.
 java.util.List dump(org.eclipse.jdt.core.dom.VariableDeclarationStatement n)
          Dumps the properties of VariableDeclarationStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.WhileStatement n)
          Dumps the properties of WhileStatement node.
 java.util.List dump(org.eclipse.jdt.core.dom.WildcardType n)
          Dumps the properties of WildcardType node.
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
 

构造函数详细信息

GenericPropertyDump

public GenericPropertyDump()
方法详细信息

dump

public java.util.List dump(org.eclipse.jdt.core.dom.AnnotationTypeDeclaration n)
Dumps the properties of the given AnnotationTypeDeclaration node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration n)
Dumps the properties of AnnotationTypeMemberDeclaration node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.AnonymousClassDeclaration n)
Dumps the properties of AnonymousClassDeclaration node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ArrayAccess n)
Dumps the properties of ArrayAccess node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ArrayCreation n)
Dumps the properties of ArrayCreation node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ArrayInitializer n)
Dumps the properties of ArrayInitializer node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ArrayType n)
Dumps the properties of ArrayType node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.AssertStatement n)
Dumps the properties of AssertStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.Assignment n)
Dumps the properties of Assignment node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.Block n)
Dumps the properties of Block node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.BlockComment n)
Dumps the properties of BlockComment node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.BooleanLiteral n)
Dumps the properties of BooleanLiteral node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.BreakStatement n)
Dumps the properties of BreakStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.CastExpression n)
Dumps the properties of CastExpression node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.CatchClause n)
Dumps the properties of CatchClause node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.CharacterLiteral n)
Dumps the properties of CharacterLiteral node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ClassInstanceCreation n)
Dumps the properties of ClassInstanceCreation node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.CompilationUnit n)
Dumps the properties of CompilationUnit node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ConditionalExpression n)
Dumps the properties of ConditionalExpression node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ConstructorInvocation n)
Dumps the properties of ConstructorInvocation node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ContinueStatement n)
Dumps the properties of ContinueStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.DoStatement n)
Dumps the properties of DoStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.EmptyStatement n)
Dumps the properties of EmptyStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.EnhancedForStatement n)
Dumps the properties of EnhancedForStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.EnumConstantDeclaration n)
Dumps the properties of EnumConstantDeclaration node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.EnumDeclaration n)
Dumps the properties of EnumDeclaration node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ExpressionStatement n)
Dumps the properties of ExpressionStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.FieldAccess n)
Dumps the properties of FieldAccess node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.FieldDeclaration n)
Dumps the properties of FieldDeclaration node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ForStatement n)
Dumps the properties of ForStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.IfStatement n)
Dumps the properties of IfStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ImportDeclaration n)
Dumps the properties of ImportDeclaration node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.InfixExpression n)
Dumps the properties of InfixExpression node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.Initializer n)
Dumps the properties of AnonymousClassDeclaration node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.InstanceofExpression n)
Dumps the properties of InstanceofExpression node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.Javadoc n)
Dumps the properties of Javadoc node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.LabeledStatement n)
Dumps the properties of LabeledStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.LineComment n)
Dumps the properties of LineComment node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.MarkerAnnotation n)
Dumps the properties of MarkerAnnotation node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.MemberRef n)
Dumps the properties of MemberRef node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.MemberValuePair n)
Dumps the properties of MemberValuePair node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.MethodDeclaration n)
Dumps the properties of MethodDeclaration node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.MethodInvocation n)
Dumps the properties of MethodInvocation node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.MethodRef n)
Dumps the properties of MethodRef node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.MethodRefParameter n)
Dumps the properties of MethodRefParameter node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.Modifier n)
Dumps the properties of Modifier node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.NormalAnnotation n)
Dumps the properties of NormalAnnotation node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.NullLiteral n)
Dumps the properties of NullLiteral node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.NumberLiteral n)
Dumps the properties of NumberLiteral node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.PackageDeclaration n)
Dumps the properties of PackageDeclaration node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ParameterizedType n)
Dumps the properties of AnonymousClassDeclaration node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ParenthesizedExpression n)
Dumps the properties of ParenthesizedExpression node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.PostfixExpression n)
Dumps the properties of PostfixExpression node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.PrefixExpression n)
Dumps the properties of PrefixExpression node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.PrimitiveType n)
Dumps the properties of AnonymousClassDeclaration node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.QualifiedName n)
Dumps the properties of QualifiedName node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.QualifiedType n)
Dumps the properties of QualifiedType node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ReturnStatement n)
Dumps the properties of ReturnStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.SimpleName n)
Dumps the properties of SimplName node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.SimpleType n)
Dumps the properties of SimpleType node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.SingleMemberAnnotation n)
Dumps the properties of SingleMemberAnnotation node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.SingleVariableDeclaration n)
Dumps the properties of SingleVariableDeclaration node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.StringLiteral n)
Dumps the properties of StringLiteral node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.SuperConstructorInvocation n)
Dumps the properties of SuperConstructorInvocation node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.SuperFieldAccess n)
Dumps the properties of SuperFieldAccess node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.SuperMethodInvocation n)
Dumps the properties of SuperMethodInvocation node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.SwitchCase n)
Dumps the properties of SwitchCase node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.SwitchStatement n)
Dumps the properties of SwitchStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.SynchronizedStatement n)
Dumps the properties of SynchronizedStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.TagElement n)
Dumps the properties of TagElement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.TextElement n)
Dumps the properties of TextElement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ThisExpression n)
Dumps the properties of ThisExpression node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.ThrowStatement n)
Dumps the properties of ThrowStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.TryStatement n)
Dumps the properties of TryStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.TypeDeclaration n)
Dumps the properties of TypeDeclaration node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.TypeDeclarationStatement n)
Dumps the properties of TypeDeclarationStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.TypeLiteral n)
Dumps the properties of TypeLiteral node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.TypeParameter n)
Dumps the properties of TypeParameter node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.VariableDeclarationExpression n)
Dumps the properties of VariableDeclarationExpression node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.VariableDeclarationFragment n)
Dumps the properties of VariableDeclarationFragment node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.VariableDeclarationStatement n)
Dumps the properties of VariableDeclarationStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.WhileStatement n)
Dumps the properties of WhileStatement node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

dump

public java.util.List dump(org.eclipse.jdt.core.dom.WildcardType n)
Dumps the properties of WildcardType node.

覆盖:
ASTViewPropertyDump 中的 dump
参数:
n - an given AST node
返回:
an ArrayList of properties, each item is an ASTViewPropertyItem object.

getModifiersName

private java.lang.String getModifiersName(int flags)
Gets the string representation of modifiers' flags.

参数:
flags - the modifiers' flags, which is getten by getModifiers() of some ASTNodes.
返回:
the string representation of modifiers.