Uses of Class
com.googlecode.aviator.code.interpreter.ir.SourceInfo
-
Packages that use SourceInfo Package Description com.googlecode.aviator.code.interpreter.ir -
-
Uses of SourceInfo in com.googlecode.aviator.code.interpreter.ir
Fields in com.googlecode.aviator.code.interpreter.ir declared as SourceInfo Modifier and Type Field Description private SourceInfo
BranchIfIR. sourceInfo
private SourceInfo
BranchUnlessIR. sourceInfo
private SourceInfo
GotoIR. sourceInfo
private SourceInfo
SendIR. sourceInfo
Constructors in com.googlecode.aviator.code.interpreter.ir with parameters of type SourceInfo Constructor Description BranchIfIR(Label label, SourceInfo sourceInfo)
BranchUnlessIR(Label label, SourceInfo sourceInfo)
GotoIR(Label label, SourceInfo sourceInfo)
SendIR(java.lang.String name, int arity, boolean unpackArgs, int funcId, SourceInfo sourceInfo)
-