Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.control.branch
Class ContinueStatement

java.lang.Object
  extended by org.jboss.errai.codegen.AbstractStatement
      extended by org.jboss.errai.codegen.control.branch.AbstractBranchStatement
          extended by org.jboss.errai.codegen.control.branch.ContinueStatement
All Implemented Interfaces:
Statement

public class ContinueStatement
extends AbstractBranchStatement

Author:
Christian Sadilek

Field Summary
 
Fields inherited from class org.jboss.errai.codegen.control.branch.AbstractBranchStatement
label
 
Constructor Summary
ContinueStatement()
           
ContinueStatement(String label)
           
 
Method Summary
 String generate(Context context)
           
 
Methods inherited from class org.jboss.errai.codegen.control.branch.AbstractBranchStatement
generateLabelReference
 
Methods inherited from class org.jboss.errai.codegen.AbstractStatement
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinueStatement

public ContinueStatement()

ContinueStatement

public ContinueStatement(String label)
Method Detail

generate

public String generate(Context context)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.