public class InstructionAnnotation extends Object
Modifier and Type | Field and Description |
---|---|
static InstructionAnnotation |
EMPTY |
Constructor and Description |
---|
InstructionAnnotation(int importance,
String message) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getImportance() |
String |
getMessage() |
int |
hashCode() |
boolean |
isEmpty() |
String |
toString() |
public static final InstructionAnnotation EMPTY
public InstructionAnnotation(int importance, String message)
public boolean isEmpty()
public int getImportance()
public String getMessage()
Copyright © 2012–2020. All rights reserved.