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

E17493-02

oracle.javatools.db.ddl
Class TokenGenerator.CommentGenerator

java.lang.Object
  extended by oracle.javatools.db.ddl.TokenGenerator
      extended by oracle.javatools.db.ddl.TokenGenerator.CommentGenerator
Enclosing class:
TokenGenerator

public static class TokenGenerator.CommentGenerator
extends TokenGenerator

{quotedComment}


Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.javatools.db.ddl.TokenGenerator
TokenGenerator.CascadeGenerator, TokenGenerator.CommentGenerator, TokenGenerator.NameGenerator, TokenGenerator.ReplaceGenerator
 
Field Summary
static java.lang.String TOKEN
           
 
Constructor Summary
TokenGenerator.CommentGenerator()
           
 
Method Summary
 java.lang.Object evaluateToken(TokenContext context)
          Evaluates the token as an Object - used by [{token} PRINT THIS] type syntax where the returned result will be used to evaulate an if or for construct.
 void generateToken(TokenContext context)
          Generates the token in to the context - i.e.
 java.util.Collection<java.lang.String> getPropertiesProcessed(java.lang.String type, DBObjectProvider pro)
          Returns the property names that are processed by this TokenGenerator.
 
Methods inherited from class oracle.javatools.db.ddl.TokenGenerator
getProcessor, getPropertiesAltered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOKEN

public static final java.lang.String TOKEN
See Also:
Constant Field Values
Constructor Detail

TokenGenerator.CommentGenerator

public TokenGenerator.CommentGenerator()
Method Detail

generateToken

public void generateToken(TokenContext context)
Description copied from class: TokenGenerator
Generates the token in to the context - i.e. evaluates the token and appends the result to the context buffer.

Specified by:
generateToken in class TokenGenerator

evaluateToken

public java.lang.Object evaluateToken(TokenContext context)
Description copied from class: TokenGenerator
Evaluates the token as an Object - used by [{token} PRINT THIS] type syntax where the returned result will be used to evaulate an if or for construct.

Specified by:
evaluateToken in class TokenGenerator

getPropertiesProcessed

public java.util.Collection<java.lang.String> getPropertiesProcessed(java.lang.String type,
                                                                     DBObjectProvider pro)
Description copied from class: TokenGenerator
Returns the property names that are processed by this TokenGenerator. By default an empty list is returned. DO NOT return null.

Overrides:
getPropertiesProcessed in class TokenGenerator

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

E17493-02

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