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.SourceFieldDeclaration

Packages that use SourceFieldDeclaration
oracle.javatools.parser.java.v2 The parser API. 
oracle.javatools.parser.java.v2.model The parser model API. 
oracle.javatools.parser.java.v2.util Various utilities for use with the parser. 
oracle.jdeveloper.java.util Public utilities for use with the java model, including the parser. 
 

Uses of SourceFieldDeclaration in oracle.javatools.parser.java.v2
 

Methods in oracle.javatools.parser.java.v2 that return SourceFieldDeclaration
 SourceFieldDeclaration SourceFactory.createFieldDeclaration(int modifiers, SourceTypeReference type, java.lang.String name)
          Creates a field declaration.
 SourceFieldDeclaration SourceFactory.createFieldDeclaration(int modifiers, SourceTypeReference type, java.lang.String name, SourceExpression initializer)
          Creates a field declaration.
abstract  SourceFieldDeclaration SourceFactory.createFieldDeclaration(SourceFieldVariable variable)
          Creates a field declaration.
 SourceFieldDeclaration SourceFactory.createFieldDeclaration(SourceFieldVariable[] variables)
          Deprecated. Not implemented yet. Creates a field declaration.
 SourceFieldDeclaration SourceFactory.createFieldDeclaration(SourceLocalVariable variable)
          Creates a field variable to match the local variable.
abstract  SourceFieldDeclaration SourceFactory.createFieldDeclaration(SourceLocalVariableDeclaration locals)
          Creates a field declaration to match the local variable declaration.
 SourceFieldDeclaration SourceFactory.createFieldDeclaration(SourceTypeReference type, java.lang.String name)
          Creates a field declaration.
 SourceFieldDeclaration SourceFactory.createFieldDeclaration(SourceTypeReference type, java.lang.String name, SourceExpression initializer)
          Creates a field declaration.
 

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

Fields in oracle.javatools.parser.java.v2.model declared as SourceFieldDeclaration
static SourceFieldDeclaration[] SourceFieldDeclaration.EMPTY_ARRAY
           
 

Methods in oracle.javatools.parser.java.v2.model that return types with arguments of type SourceFieldDeclaration
 java.util.List<SourceFieldDeclaration> SourceClassBody.getSourceFieldDeclarations()
          Gets the list of declared field declarations.
 java.util.List<SourceFieldDeclaration> SourceClass.getSourceFieldDeclarations()
          Gets the list of declared field declarations.
 

Uses of SourceFieldDeclaration in oracle.javatools.parser.java.v2.util
 

Methods in oracle.javatools.parser.java.v2.util with parameters of type SourceFieldDeclaration
 void SourceVisitor.whenEnterEnumConstantDeclaration(SourceFieldDeclaration sourceFieldDeclaration)
           
 void SourceVisitor.whenEnterFieldDeclaration(SourceFieldDeclaration sourceFieldDeclaration)
           
 void SourceVisitor.whenExitEnumConstantDeclaration(SourceFieldDeclaration sourceFieldDeclaration)
           
 void SourceVisitor.whenExitFieldDeclaration(SourceFieldDeclaration sourceFieldDeclaration)
           
 

Uses of SourceFieldDeclaration in oracle.jdeveloper.java.util
 

Methods in oracle.jdeveloper.java.util that return SourceFieldDeclaration
static SourceFieldDeclaration SourceUtils.addField(SourceClass cls, java.lang.String type, java.lang.String name, int modifiers, java.lang.String initText)
          Adds a field to the class with the given type, modifiers, and initializer text.
static SourceFieldDeclaration SourceUtils.createField(SourceClass cls, java.lang.String fieldText)
          Creates a field to the class with the given text.
static SourceFieldDeclaration SourceUtils.createField(SourceClass cls, java.lang.String fieldText, int modifiers)
          Creates a field to the class with the given text, sets the given modifiers on the result.
static SourceFieldDeclaration SourceUtils.createField(SourceClass cls, java.lang.String type, java.lang.String name, int modifiers, java.lang.String initText)
          Creates a field to the class with the given type, modifiers, and initializer text.
 


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.