org.rythmengine.internal.parser.build_in
Class ExecMacroToken

java.lang.Object
  extended by org.rythmengine.utils.TextBuilder
      extended by org.rythmengine.internal.Token
          extended by org.rythmengine.internal.parser.CodeToken
              extended by org.rythmengine.internal.parser.build_in.ExecMacroToken
All Implemented Interfaces:
Cloneable

public class ExecMacroToken
extends CodeToken

Created with IntelliJ IDEA. User: luog Date: 19/07/12 Time: 9:24 AM To change this template use File | Settings | File Templates.


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
ExecMacroToken(String macro, IContext context, int line)
           
 
Method Summary
 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

ExecMacroToken

public ExecMacroToken(String macro,
                      IContext context,
                      int line)
Method Detail

output

public void output()
Overrides:
output in class CodeToken


Copyright © 2014. All Rights Reserved.