Class Block
java.lang.Object
org.vesalainen.bcc.Block
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
start
int start -
end
int end
-
-
Constructor Details
-
Block
public Block(int start)
-
-
Method Details
-
setEnd
public void setEnd(int end) -
getStart
public int getStart() -
getEnd
public int getEnd()
-