Uses of Class
org.spf4j.zel.vm.ParsingContext.Location
-
Packages that use ParsingContext.Location Package Description org.spf4j.zel.vm -
-
Uses of ParsingContext.Location in org.spf4j.zel.vm
Methods in org.spf4j.zel.vm that return ParsingContext.Location Modifier and Type Method Description ParsingContext.Location[]Program. getDebugInfo()Methods in org.spf4j.zel.vm with parameters of type ParsingContext.Location Modifier and Type Method Description voidCompileContext. generateCode(ParsingContext.Location[] locs, Instruction... args)voidCompileContext. generateCode(ParsingContext.Location loc, Instruction instr)voidNullParsingContext. generateCode(ParsingContext.Location[] loc, Instruction... args)voidNullParsingContext. generateCode(ParsingContext.Location loc, Instruction instr)voidParsingContext. generateCode(ParsingContext.Location[] loc, Instruction... args)generate instruction code with argumentvoidParsingContext. generateCode(ParsingContext.Location loc, Instruction instr)
-