public enum FrameField extends Enum<FrameField>
Enum Constant and Description |
---|
BACKREF |
BLOCK |
CLASS |
FILENAME |
JUMPTARGET |
LASTLINE |
LINE |
METHODNAME |
SCOPE |
SELF |
VISIBILITY |
Modifier and Type | Method and Description |
---|---|
boolean |
needsFrame() |
boolean |
needsScope() |
static FrameField |
valueOf(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 JUMPTARGET
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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean needsFrame()
public boolean needsScope()
Copyright © 2001-2015 JRuby. All Rights Reserved.