Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
javax.ide.model.java.source.tree

Classes in javax.ide.model.java.source.tree used by javax.ide.model.java.source.tree
AnnotationT
          An annotation (not to be confused with annotation type).
BlockElementT
          Common supertype for elements that may be a child of a code block.
BlockT
          A code block.
CatchClauseT
          A catch clause of a try statement.
ClassBodyT
          A class body, sometimes called a class block.
ClassInitializerT
          A static or instance initializer block for a class.
ClassT
          A type declaration.
ClassT.ClassKind
          An enumeration identifying which kind of type declaration this is.
CompoundStatementT
          Common supertype for statements that have children statements.
ConditionalStatementT
          Common supertype for compound statements having (requiring) a conditional expression.
DereferenceExpressionT
          Common supertype for expressions performing dereference operations.
DocCommentT
          A doc comment (short for "documentation comment").
DocElementT
          Common supertype for all elements that are a part of a doc comment.
DocTagT
          A tag within a doc comment.
ElseClauseT
          An else clause.
ExpressionT
          Common supertypes for all expressions.
ExpressionT.ExpressionKind
           
FieldDeclT
          A field (or enum constant) declaration.
FieldVariableT
          A field (or enum constant) variable.
FileT
          The root of a source file, also called a compilation unit.
FinallyClauseT
          A finally clause.
FormalParameterListT
          A formal parameter list.
FormalParameterT
          A formal parameter, also known as just "parameter".
HasModifiersT
          Common supertype for elements that may have modifiers.
HasNameT
          Common supertype for elements have have a NameT.
IfStatementT
          An if statement.
ImportT
          An import declaration.
InterfacesT
          An interfaces clause of a type declaration.
InvokeExpressionT
          Common supertype for an expression that invokes a method.
ListExpressionT
          An expression wrapping a list of expressions.
LocalVariableDeclT
          A local variable declaration.
LocalVariableT
          A local variable, not a parameter.
MemberT
          Common supertype for elements that may be a member of a type declaration.
MethodT
          A method or constructor declaration.
NameT
          A name, simple or qualified.
OperatorExpressionT
          Common supertype for multi-operand operations.
PackageT
          A package declaration.
SimpleStatementT
          Common supertype for statements that have no child statement but may optionally have expressions.
StatementLabelT
          A label on a labeled statement.
StatementT
          Common supertype of all statements.
SuperclassT
          A superclass clause of a type declaration.
SwitchStatementT
          A switch statement.
ThrowsT
          A throws clause of a method or constructor declaration.
Tree
          Base supertype of all AST nodes in the parse tree.
TreeKind
          The TreeKind enumeration identifies each individual kind of Tree.
TryStatementT
          A try statement.
TypeArgumentT
          A type argument for a type reference.
TypeArgumentT.BoundKind
          In this version, this class is 1.4 compatible.
TypeParameterT
          A type parameter declaration.
TypeReferenceT
          A type reference.
VariableDeclT
          Common supertype for field declarations and local variable declarations.
VariableT
          Common supertype for field variables (and enum constant variables), local variables, and parameters.