public class CompileContext extends Object
Modifier and Type | Method and Description |
---|---|
void |
addLocalCount(int count) |
void |
addStackCount(int count) |
int |
getLocalCount() |
int |
getLocalMax() |
int |
getSourceLine() |
int |
getStackCount() |
int |
getStackMax() |
void |
notifySourceEnd() |
void |
notifySourceLine(int line) |
public int getSourceLine()
public int getStackCount()
public int getLocalCount()
public int getStackMax()
public int getLocalMax()
public void addStackCount(int count)
public void addLocalCount(int count)
public void notifySourceLine(int line)
public void notifySourceEnd()
Copyright © 2021. All Rights Reserved.