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 SourceInfoBranchIfIR.sourceInfoprivate final SourceInfoBranchUnlessIR.sourceInfoprivate final SourceInfoGotoIR.sourceInfoprivate final SourceInfoSendIR.sourceInfoConstructors 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)