org.ashikunep.irenka.dom
インタフェース CtJump

すべてのスーパーインタフェース:
ClientStorageContainer, CtElement, CtStatement
既知のサブインタフェースの一覧:
CtBreak, CtContinue

@Abstract
public interface CtJump
extends CtStatement

ラベルによって分岐する文。

バージョン:
$Date: 2008-02-12 12:35:47 +0900 (火, 12 2月 2008) $
作成者:
Suguru ARAKAWA (Gluegent, Inc.)

メソッドの概要
 CtLabel getTargetLabel()
          分岐先のラベルを返す。
 
インタフェース org.ashikunep.irenka.dom.CtStatement から継承されたメソッド
getLabels, substituteAsBlock
 
インタフェース org.ashikunep.irenka.dom.CtElement から継承されたメソッド
accept, accept, copy, copy, equals, exists, freezeChildren, freezeParent, getChild, getCompilationUnit, getCorrespondedFile, getElementKind, getGenericContext, getLocation, getLocationInParent, getParent, getProperty, hashCode, isChildrenFrozen, isModified, isParentFrozen, isSynthetic, setChild, setLocation, setParent, substitute
 
インタフェース org.ashikunep.irenka.util.ClientStorageContainer から継承されたメソッド
getClientStorage, putClientStorage
 

メソッドの詳細

getTargetLabel

CtLabel getTargetLabel()
分岐先のラベルを返す。 省略時はコンパイラによって無名のラベルが付与される。

戻り値:
分岐先のラベル、省略時は無名のラベル


Copyright 2007 the Seasar Foundation and the Others.