Skip navigation links

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

E17493-03


oracle.javatools.db.ddl
Class TokenGenerator.CascadeGenerator

java.lang.Object
  extended by oracle.javatools.db.ddl.TokenGenerator
      extended by oracle.javatools.db.ddl.TokenGenerator.CascadeGenerator

Enclosing class:
TokenGenerator

public static final class TokenGenerator.CascadeGenerator
extends TokenGenerator

{generate}


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.CascadeGenerator()
           

 

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.

 

Methods inherited from class oracle.javatools.db.ddl.TokenGenerator
getProcessor, getPropertiesAltered, getPropertiesProcessed

 

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

public TokenGenerator.CascadeGenerator()

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

Skip navigation links

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

E17493-03


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