Errai 3.0.1-SNAPSHOT

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

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

public class Label
extends AbstractStatement

Author:
Christian Sadilek

Method Summary
static Label create(String name)
           
 String generate(Context context)
           
 String getName()
           
 LabelReference getReference()
           
 String toString()
           
 
Methods inherited from class org.jboss.errai.codegen.AbstractStatement
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static Label create(String name)

getName

public String getName()

generate

public String generate(Context context)

getReference

public LabelReference getReference()

toString

public String toString()
Overrides:
toString in class Object

Errai 3.0.1-SNAPSHOT

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