Package org.glassfish.rmic.tools.asm
Class SwitchData
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a labelvoid
addTableCase
(int index, long where) void
addTableDefault
(long where) get
(int n) Get a labelGet a labelboolean
Get the default labelvoid
Return the keys of this enumaration sorted in ascending orderlong
-
Field Details
-
minValue
int minValue -
maxValue
int maxValue -
defaultLabel
Label defaultLabel -
tab
-
whereCaseTab
-
-
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()
-