public enum FrameField extends java.lang.Enum<FrameField>
Enum Constant and Description |
---|
BACKREF |
BLOCK |
CLASS |
FILENAME |
LASTLINE |
LINE |
METHODNAME |
SCOPE |
SELF |
VISIBILITY |
Modifier and Type | Method and Description |
---|---|
boolean |
needsFrame() |
static boolean |
needsFrame(int bits) |
boolean |
needsScope() |
static boolean |
needsScope(int bits) |
static int |
pack(FrameField[] frameFields) |
static java.util.Set<FrameField> |
unpack(int bits) |
static FrameField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FrameField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameField LASTLINE
public static final FrameField BACKREF
public static final FrameField VISIBILITY
public static final FrameField BLOCK
public static final FrameField SELF
public static final FrameField METHODNAME
public static final FrameField LINE
public static final FrameField CLASS
public static final FrameField FILENAME
public static final FrameField SCOPE
public static FrameField[] values()
for (FrameField c : FrameField.values()) System.out.println(c);
public static FrameField valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean needsFrame()
public static boolean needsFrame(int bits)
public static boolean needsScope(int bits)
public boolean needsScope()
public static int pack(FrameField[] frameFields)
public static java.util.Set<FrameField> unpack(int bits)
Copyright © 2001-2018 JRuby. All Rights Reserved.