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