public class IfInstruction extends TtfInstruction
| Modifier and Type | Field and Description |
|---|---|
boolean |
shouldExecute |
code, log, vm| Constructor and Description |
|---|
IfInstruction() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TtfInstructionVisitor visitor) |
void |
execute(InstructionStack stack) |
int[] |
getCodeRanges() |
void |
read(FontDataInputStream in) |
boolToUint32, doesMatch, toStringpublic int[] getCodeRanges()
getCodeRanges in class TtfInstructionpublic void read(FontDataInputStream in) throws IOException
read in class TtfInstructionIOExceptionpublic void execute(InstructionStack stack) throws IOException
execute in class TtfInstructionIOExceptionpublic void accept(TtfInstructionVisitor visitor) throws IOException
accept in class TtfInstructionIOExceptionCopyright © 2018. All rights reserved.