Uses of Class
com.googlecode.aviator.code.interpreter.ir.SourceInfo
Packages that use SourceInfo
-
Uses of SourceInfo in com.googlecode.aviator.code.interpreter.ir
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)