Amended comments in Encoder
This commit is contained in:
parent
f5951671b9
commit
0c1b2530fa
@ -741,10 +741,9 @@ public final class Encoder implements ActualParameterVisitor<Frame, Integer>,
|
|||||||
public static void writeTableDetails(AbstractSyntaxTree ast) {
|
public static void writeTableDetails(AbstractSyntaxTree ast) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Generates code to fetch the value of a named constant or variable
|
// Generates code to pop the top off the stack
|
||||||
// and push it on to the stack.
|
// and store the value in a named constant or variable
|
||||||
// currentLevel is the routine level where the vname occurs.
|
// frame the local stack frame when
|
||||||
// frameSize is the anticipated size of the local stack frame when
|
|
||||||
// the constant or variable is fetched at run-time.
|
// the constant or variable is fetched at run-time.
|
||||||
// valSize is the size of the constant or variable's value.
|
// valSize is the size of the constant or variable's value.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user