org.rythmengine.internal.parser.build_in
Class IfParser.IfBlockCodeToken

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.BlockCodeToken
                  extended by org.rythmengine.internal.parser.build_in.IfParser.IfBlockCodeToken
All Implemented Interfaces:
Cloneable, IBlockHandler
Enclosing class:
IfParser

public static class IfParser.IfBlockCodeToken
extends BlockCodeToken


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
IfParser.IfBlockCodeToken(String s, IContext context, int line)
           
 
Method Summary
 
Methods inherited from class org.rythmengine.internal.parser.BlockCodeToken
closeBlock, openBlock
 
Methods inherited from class org.rythmengine.internal.parser.CodeToken
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

IfParser.IfBlockCodeToken

public IfParser.IfBlockCodeToken(String s,
                                 IContext context,
                                 int line)


Copyright © 2014. All Rights Reserved.