java.lang.Object
org.glassfish.rmic.tools.asm.SwitchData
WARNING: The contents of this source file are not part of any
supported API. Code that depends on them does so at its own risk:
they are subject to change or removal without notice.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a labelvoidaddTableCase(int index, long where) voidaddTableDefault(long where) get(int n) Get a labelGet a labelbooleanGet the default labelvoidReturn the keys of this enumaration sorted in ascending orderlong
-
Constructor Details
-
SwitchData
public SwitchData()
-
-
Method Details
-
get
Get a label -
get
Get a label -
add
Add a label -
getDefaultLabel
Get the default label -
sortedKeys
Return the keys of this enumaration sorted in ascending order -
initTableCase
public void initTableCase() -
addTableCase
public void addTableCase(int index, long where) -
addTableDefault
public void addTableDefault(long where) -
whereCase
-
getDefault
public boolean getDefault()
-