|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.oklab.compiler.syntaxtree.Node
org.oklab.compiler.syntaxtree.expression.Expression
public abstract class Expression
Expression(式).
ConstantInt,
OperatorOfBinary,
OperatorOfUnary,
Variable| フィールドの概要 |
|---|
| クラス org.oklab.compiler.syntaxtree.Node から継承されたフィールド |
|---|
parent |
| コンストラクタの概要 | |
|---|---|
Expression(Node parent)
|
|
| メソッドの概要 | |
|---|---|
abstract int |
emitCode(CodeBufferManager code,
int stackPointer)
|
Statement |
parseXStatement(Node parent,
SourceReader sReader)
|
| クラス org.oklab.compiler.syntaxtree.Node から継承されたメソッド |
|---|
getReturnType, localVariableCount, parseExpression, parseFactor, parseRefferenceOrCall, parseStatement, parseTerm, setParent |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Expression(Node parent)
| メソッドの詳細 |
|---|
public Statement parseXStatement(Node parent,
SourceReader sReader)
throws CompileError
CompileErrorVariable,
Call
public abstract int emitCode(CodeBufferManager code,
int stackPointer)
throws CompileError
CompileError
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||