org.rythmengine.internal.parser
Class Directive

java.lang.Object
  extended by org.rythmengine.utils.TextBuilder
      extended by org.rythmengine.internal.Token
          extended by org.rythmengine.internal.parser.Directive
All Implemented Interfaces:
Cloneable, IDirective

public class Directive
extends Token
implements IDirective


Nested Class Summary
 
Nested classes/interfaces inherited from class org.rythmengine.internal.Token
Token.StringToken
 
Nested classes/interfaces inherited from class org.rythmengine.utils.TextBuilder
TextBuilder.StrBuf
 
Field Summary
 
Fields inherited from class org.rythmengine.internal.Token
ctx, disableCompactMode, EMPTY_TOKEN, EMPTY_TOKEN2, line, logger, removeNextLineBreak, s
 
Fields inherited from class org.rythmengine.utils.TextBuilder
__buffer, __caller
 
Constructor Summary
Directive()
           
Directive(String s, IContext context)
           
 
Method Summary
 void call()
           
protected  void output()
           
 
Methods inherited from class org.rythmengine.internal.Token
build, build, clone, compact, compact, compactMode, fail, isOk, outputExpression, outputExpression, outputExpression, p2tline, p3tline, p4tline, p5tline, pline, pline, pp, processRythmExpression, ptline, removeLeadingLineBreak, stripJavaExtension, test
 
Methods inherited from class org.rythmengine.utils.TextBuilder
__append, __append, __append, __append, __append, __append, __append, __append, __append, __getBuffer, __setBuffer, buffer, caller, getSelfOut, np, p, p, p, p, p, p, p, p, p, p2t, p2tn, p3t, p3tn, p4t, p4tn, pn, pn, pt, ptn, setSelfOut, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Directive

public Directive()

Directive

public Directive(String s,
                 IContext context)
Method Detail

output

protected void output()
Overrides:
output in class Token

call

public void call()
Specified by:
call in interface IDirective


Copyright © 2014. All Rights Reserved.