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

E17493-01

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

Packages that use SourceHasName
oracle.javatools.parser.java.v2.model The parser model API. 
oracle.javatools.parser.java.v2.model.doc The parser model API for doc elements. 
oracle.javatools.parser.java.v2.model.expression The parser model API for expressions. 
oracle.javatools.parser.java.v2.model.statement The parser model API for statements. 
 

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

Subinterfaces of SourceHasName in oracle.javatools.parser.java.v2.model
 interface SourceAnnotation
          An annotation (not to be confused with annotation type).
 interface SourceClass
          A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types.
 interface SourceEnumConstant
          An enum constant.
 interface SourceFieldVariable
          A field variable.
 interface SourceFormalParameter
          A formal parameter.
 interface SourceImport
          An import declaration.
 interface SourceLocalVariable
          A local variable or formal parameter.
 interface SourceMemberVariable
          A field (or enum constant) variable.
 interface SourceMethod
          A SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration.
 interface SourcePackage
          The SourcePackage.
 interface SourceTypeParameter
          A type parameter.
 interface SourceTypeReference
          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.
 

Uses of SourceHasName in oracle.javatools.parser.java.v2.model.doc
 

Subinterfaces of SourceHasName in oracle.javatools.parser.java.v2.model.doc
 interface SourceDocBlockTag
          A SourceDocBlockTag represents a block tag within a SourceDocComment.
 interface SourceDocInlineTag
          A SourceDocInlineTag represents an in-line tag within a SourceDocDescription.
 interface SourceDocTag
          A SourceDocTag represents a block tag within a SourceDocComment or an in-line tag within a SourceDocDescription.
 

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

Subinterfaces of SourceHasName in oracle.javatools.parser.java.v2.model.expression
 interface SourceDotExpression
          A DotExpression is a final expression representing a selector.
 interface SourceMethodCallExpression
          A MethodCallExpression is a final expression representing a method invocation or an explicit constructor invocation.
 interface SourceSimpleNameExpression
          A SimpleNameExpression is a final expression representing an unqualified name access.
 

Uses of SourceHasName in oracle.javatools.parser.java.v2.model.statement
 

Subinterfaces of SourceHasName in oracle.javatools.parser.java.v2.model.statement
 interface SourceStatementLabel
          A label on a labeled statement.
 


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

E17493-01

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