Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.javatools.parser.java.v2.model.SourceHasType

Packages that use SourceHasType
oracle.javatools.parser.java.v2.model The parser model API. 
oracle.javatools.parser.java.v2.model.expression The parser model API for expressions. 

 

Uses of SourceHasType in oracle.javatools.parser.java.v2.model

 

Subinterfaces of SourceHasType in oracle.javatools.parser.java.v2.model
 interface SourceCatchParameter
          Represents a catch clause parameter, which is similar to a SourceFormalParameter except the type can be the union of several disjunct types
 interface SourceEnumConstant
          An enum constant.
 interface SourceFieldDeclaration
          A field (or enum constant) declaration.
 interface SourceFieldVariable
          A field variable.
 interface SourceFormalParameter
          A formal parameter.
 interface SourceLocalVariable
          A local variable or formal parameter.
 interface SourceLocalVariableDeclaration
          A local variable declaration.
 interface SourceMemberVariable
          A field (or enum constant) variable.
 interface SourceSuperclassClause
          An extends and/or an implements clause.
 interface SourceTypeArgument
          A type argument for a type reference.
 interface SourceVariable
          A SourceVariable is the syntactic (aka symbolic) representation of a java variable, including: field variables, enum constant variables, local variables, and formal parameters.
 interface SourceVariableDeclaration
          The common base interface for a field declaration and a local variable declaration.

 

Uses of SourceHasType in oracle.javatools.parser.java.v2.model.expression

 

Subinterfaces of SourceHasType in oracle.javatools.parser.java.v2.model.expression
 interface SourceNewArrayExpression
          An ArrayAccessExpression is a final expression representing an array access expression.
 interface SourceNewClassExpression
          A ClassCreatorExpression is a final expression representing an instance creation expression.
 interface SourceTypeExpression
          A TypeExpression is a final expression representing a type that is also an expression operand (and therefore must be a subclass of Expression).

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.