Package com.aparapi.internal.instruction
Class InstructionPattern.InstructionMatch
- java.lang.Object
-
- com.aparapi.internal.instruction.InstructionPattern.InstructionMatch
-
- Enclosing class:
- InstructionPattern
public static class InstructionPattern.InstructionMatch extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static InstructionPattern.InstructionMatch
FALSE
boolean
ok
static InstructionPattern.InstructionMatch
TRUE
-
Constructor Summary
Constructors Constructor Description InstructionMatch(boolean _ok)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InstructionPattern.InstructionMatch
test(boolean _condition)
-
-
-
Field Detail
-
ok
public final boolean ok
-
TRUE
public static final InstructionPattern.InstructionMatch TRUE
-
FALSE
public static final InstructionPattern.InstructionMatch FALSE
-
-
Method Detail
-
test
public static InstructionPattern.InstructionMatch test(boolean _condition)
-
-