|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
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 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 |
构造函数详细信息 |
---|
public GenericPropertyDump()
方法详细信息 |
---|
public java.util.List dump(org.eclipse.jdt.core.dom.AnnotationTypeDeclaration n)
AnnotationTypeDeclaration
node.
- (NodeType, AnnotationTypeDeclaration)
ASTViewPropertyDump
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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
中的 dump
n
- 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.
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |