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) {
|
||||
}
|
||||
|
||||
// Generates code to fetch the value of a named constant or variable
|
||||
// and push it on to the stack.
|
||||
// currentLevel is the routine level where the vname occurs.
|
||||
// frameSize is the anticipated size of the local stack frame when
|
||||
// Generates code to pop the top off the stack
|
||||
// and store the value in a named constant or variable
|
||||
// frame the local stack frame when
|
||||
// the constant or variable is fetched at run-time.
|
||||
// valSize is the size of the constant or variable's value.
|
||||
|
||||
|
Reference in New Issue
Block a user