org.jnetstream.filter.bpf
Enum BPFInstruction.Symbol
java.lang.Object
java.lang.Enum<BPFInstruction.Symbol>
org.jnetstream.filter.bpf.BPFInstruction.Symbol
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<BPFInstruction.Symbol>
- Enclosing class:
- BPFInstruction
public static enum BPFInstruction.Symbol
- extends java.lang.Enum<BPFInstruction.Symbol>
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ALUADDK
public static final BPFInstruction.Symbol ALUADDK
ALUADDX
public static final BPFInstruction.Symbol ALUADDX
ALUANDK
public static final BPFInstruction.Symbol ALUANDK
ALUANDX
public static final BPFInstruction.Symbol ALUANDX
ALUDIVK
public static final BPFInstruction.Symbol ALUDIVK
ALUDIVX
public static final BPFInstruction.Symbol ALUDIVX
ALULSHK
public static final BPFInstruction.Symbol ALULSHK
ALULSHX
public static final BPFInstruction.Symbol ALULSHX
ALUMULK
public static final BPFInstruction.Symbol ALUMULK
ALUMULX
public static final BPFInstruction.Symbol ALUMULX
ALUORK
public static final BPFInstruction.Symbol ALUORK
ALUORX
public static final BPFInstruction.Symbol ALUORX
ALURSHK
public static final BPFInstruction.Symbol ALURSHK
ALURSHX
public static final BPFInstruction.Symbol ALURSHX
ALUSUBK
public static final BPFInstruction.Symbol ALUSUBK
ALUSUBX
public static final BPFInstruction.Symbol ALUSUBX
JMPJA
public static final BPFInstruction.Symbol JMPJA
JMPJEQK
public static final BPFInstruction.Symbol JMPJEQK
JMPJEQX
public static final BPFInstruction.Symbol JMPJEQX
JMPJGEK
public static final BPFInstruction.Symbol JMPJGEK
JMPJGEX
public static final BPFInstruction.Symbol JMPJGEX
JMPJGTK
public static final BPFInstruction.Symbol JMPJGTK
JMPJGTX
public static final BPFInstruction.Symbol JMPJGTX
JMPJSETK
public static final BPFInstruction.Symbol JMPJSETK
JMPJSETX
public static final BPFInstruction.Symbol JMPJSETX
LDBABS
public static final BPFInstruction.Symbol LDBABS
LDBIND
public static final BPFInstruction.Symbol LDBIND
LDHABS
public static final BPFInstruction.Symbol LDHABS
LDHIND
public static final BPFInstruction.Symbol LDHIND
LDIMM
public static final BPFInstruction.Symbol LDIMM
LDMEM
public static final BPFInstruction.Symbol LDMEM
LDWABS
public static final BPFInstruction.Symbol LDWABS
LDWIND
public static final BPFInstruction.Symbol LDWIND
LDWLEN
public static final BPFInstruction.Symbol LDWLEN
LDXIMM
public static final BPFInstruction.Symbol LDXIMM
LDXMEM
public static final BPFInstruction.Symbol LDXMEM
LDXMSHB
public static final BPFInstruction.Symbol LDXMSHB
LDXWLEN
public static final BPFInstruction.Symbol LDXWLEN
MISCTAX
public static final BPFInstruction.Symbol MISCTAX
MISCTXA
public static final BPFInstruction.Symbol MISCTXA
RETA
public static final BPFInstruction.Symbol RETA
RETK
public static final BPFInstruction.Symbol RETK
ST
public static final BPFInstruction.Symbol ST
STX
public static final BPFInstruction.Symbol STX
values
public static final BPFInstruction.Symbol[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(BPFInstruction.Symbol c : BPFInstruction.Symbol.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static BPFInstruction.Symbol valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
valueOf
public static BPFInstruction.Symbol valueOf(int code)
- Parameters:
code -
- Returns:
getFull
public final int getFull()
- Returns:
- Returns the full.
getSymbol
public final java.util.Set<BPFCode> getSymbol()
- Returns:
- Returns the symbol.