Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-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 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 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).
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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