static class BuryingLogic.IfBlock
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
end |
private int |
start |
private BuryingLogic.IfBlocks |
subBlocks |
Constructor and Description |
---|
IfBlock(int s,
int e) |
Modifier and Type | Method and Description |
---|---|
int |
getEnd() |
int |
getStart() |
BuryingLogic.IfBlocks |
getSubIfBlocks() |
boolean |
hasSubBlocks() |
java.lang.String |
toString() |
private int start
private int end
private BuryingLogic.IfBlocks subBlocks
public int getStart()
public int getEnd()
public boolean hasSubBlocks()
public BuryingLogic.IfBlocks getSubIfBlocks()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.