Uses of Class
com.cloudbees.groovy.cps.impl.SourceLocation
Packages that use SourceLocation
Package
Description
Even though classes in this package is public, they should not be referenced from outside this library.
-
Uses of SourceLocation in com.cloudbees.groovy.cps
Fields in com.cloudbees.groovy.cps declared as SourceLocationConstructors in com.cloudbees.groovy.cps with parameters of type SourceLocation -
Uses of SourceLocation in com.cloudbees.groovy.cps.impl
Fields in com.cloudbees.groovy.cps.impl declared as SourceLocationMethods in com.cloudbees.groovy.cps.impl with parameters of type SourceLocationModifier and TypeMethodDescriptionCpsCallableInvocation.invoke(Env caller, SourceLocation loc, Continuation k) CpsFunction.invoke(Env caller, SourceLocation loc, Object receiver, List<?> args, Continuation k) Constructors in com.cloudbees.groovy.cps.impl with parameters of type SourceLocationModifierConstructorDescriptionArrayAccessBlock(SourceLocation loc, Collection<CallSiteTag> tags, Block lhs, Block property) AssignmentBlock(SourceLocation loc, Collection<CallSiteTag> tags, LValueBlock lhsExp, Block rhsExp, String compoundOp) AttributeAccessBlock(SourceLocation loc, Collection<CallSiteTag> tags, Block lhs, Block property, boolean safe) CastBlock(SourceLocation loc, Collection<CallSiteTag> tags, Block valueExp, Class<?> type, boolean ignoreAutoboxing, boolean coerce, boolean strict) ClosureBlock(SourceLocation loc, List<Class> parameterTypes, List<String> parameters, Block body, Class<? extends CpsClosure> closureType) ExcrementOperatorBlock(SourceLocation loc, Collection<CallSiteTag> tags, String operatorMethod, boolean prefix, LValueBlock body) ForInLoopBlock(SourceLocation loc, String label, Class type, String variable, Block collection, Block body) FunctionCallBlock(SourceLocation loc, Collection<CallSiteTag> tags, Block lhsExp, Block nameExp, boolean safe, Block[] argExps) FunctionCallEnv(Env caller, Continuation returnAddress, SourceLocation loc, Object _this) FunctionCallEnv(Env caller, Continuation returnAddress, SourceLocation loc, Object _this, int localsCount) LocalVariableBlock(SourceLocation loc, String name) MethodPointerBlock(SourceLocation loc, Block lhsExp, Block methodNameExp, Collection<CallSiteTag> tags) NewArrayBlock(SourceLocation loc, Class componentType, Block... dimensionExps) PropertyAccessBlock(SourceLocation loc, Collection<CallSiteTag> tags, Block lhs, Block property, boolean safe) SpreadBlock(SourceLocation loc, Block listExp) SpreadMapBlock(SourceLocation loc, Block mapExp) StaticFieldBlock(SourceLocation loc, Class lhs, String name) ThrowBlock(SourceLocation loc, Block exp, boolean fillStackTrace)