Uses of Class
org.apache.pig.parser.SourceLocation

Packages that use SourceLocation
org.apache.pig.newplan   
org.apache.pig.newplan.logical.relational   
org.apache.pig.parser   
 

Uses of SourceLocation in org.apache.pig.newplan
 

Fields in org.apache.pig.newplan declared as SourceLocation
protected  SourceLocation Operator.location
           
 

Methods in org.apache.pig.newplan that return SourceLocation
 SourceLocation Operator.getLocation()
           
 

Methods in org.apache.pig.newplan with parameters of type SourceLocation
 void Operator.setLocation(SourceLocation loc)
           
 

Uses of SourceLocation in org.apache.pig.newplan.logical.relational
 

Methods in org.apache.pig.newplan.logical.relational with parameters of type SourceLocation
 void LOInnerLoad.setLocation(SourceLocation loc)
           
 

Uses of SourceLocation in org.apache.pig.parser
 

Constructors in org.apache.pig.parser with parameters of type SourceLocation
DuplicatedSchemaAliasException(org.antlr.runtime.IntStream input, SourceLocation loc, String alias)
           
InvalidCommandException(org.antlr.runtime.IntStream input, SourceLocation loc, String cmd)
           
InvalidPathException(org.antlr.runtime.IntStream input, SourceLocation loc, MalformedURLException ex)
           
InvalidScalarProjectionException(org.antlr.runtime.IntStream input, SourceLocation loc, ScalarExpression expr)
           
InvalidScalarProjectionException(org.antlr.runtime.IntStream input, SourceLocation loc, ScalarExpression expr, String msg)
          Constructor that takes an additional string to be concatenated with the exception message
NonProjectExpressionException(org.antlr.runtime.IntStream input, SourceLocation loc, LogicalExpression expr)
           
ParserValidationException(org.antlr.runtime.IntStream input, SourceLocation loc, Exception ex)
           
ParserValidationException(org.antlr.runtime.IntStream input, SourceLocation loc, String cause)
           
PigRecognitionException(org.antlr.runtime.IntStream input, SourceLocation loc)
           
PlanGenerationFailureException(org.antlr.runtime.IntStream input, SourceLocation loc, Exception ex)
           
SourceLocation(SourceLocation location)
           
UndefinedAliasException(org.antlr.runtime.IntStream input, SourceLocation loc, String alias)
           
 



Copyright © 2012 The Apache Software Foundation