public class AdviceEntry extends java.lang.Object implements ParseState.Entry
ParseState
entry representing an advice element.Constructor and Description |
---|
AdviceEntry(java.lang.String kind)
Creates a new instance of the
AdviceEntry class. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public AdviceEntry(java.lang.String kind)
AdviceEntry
class.kind
- the kind of advice represented by this entry (before, after, around, etc.)