org.jboss.errai.codegen.control.branch
Class AbstractBranchStatement
java.lang.Object
org.jboss.errai.codegen.AbstractStatement
org.jboss.errai.codegen.control.branch.AbstractBranchStatement
- All Implemented Interfaces:
- Statement
- Direct Known Subclasses:
- BreakStatement, ContinueStatement
public abstract class AbstractBranchStatement
- extends AbstractStatement
- Author:
- Christian Sadilek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
label
protected String label
AbstractBranchStatement
public AbstractBranchStatement()
AbstractBranchStatement
public AbstractBranchStatement(String label)
generateLabelReference
public String generateLabelReference(Context context)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.