Uses of Class
com.googlecode.aviator.code.interpreter.ir.SourceInfo
Packages that use SourceInfo
-
Uses of SourceInfo in com.googlecode.aviator.code.interpreter.ir
Fields in com.googlecode.aviator.code.interpreter.ir declared as SourceInfoModifier and TypeFieldDescriptionprivate final SourceInfo
BranchIfIR.sourceInfo
private final SourceInfo
BranchUnlessIR.sourceInfo
private final SourceInfo
GotoIR.sourceInfo
private final SourceInfo
SendIR.sourceInfo
Constructors in com.googlecode.aviator.code.interpreter.ir with parameters of type SourceInfoModifierConstructorDescriptionBranchIfIR
(Label label, SourceInfo sourceInfo) BranchUnlessIR
(Label label, SourceInfo sourceInfo) GotoIR
(Label label, SourceInfo sourceInfo) SendIR
(String name, int arity, boolean unpackArgs, int funcId, SourceInfo sourceInfo)