Package com.google.cloud.spanner.pgadapter.parsers.copy (0.8.0)

Classes

ASTBoolean

ASTColumnElement

ASTColumnList

ASTCopyDirection

ASTCopyOptionElement

ASTCopyOptionList

ASTCopyOptions

ASTCopyStatement

ASTFilename

ASTFormatType

ASTID

ASTNamespace

ASTQualifiedName

ASTSingleChar

ASTStart

Copy

CopyDefaultVisitor

CopyTokenManager

Token Manager.

CopyTreeParser

CopyTreeParser.CopyOptions

JJTCopyState

SimpleCharStream

An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).

SimpleNode

Token

Describes the input token stream.

TokenMgrError

Token Manager Error.

Interfaces

CopyConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()

CopyTreeConstants

CopyVisitor

Node

Enums

CopyTreeParser.CopyOptions.Format

CopyTreeParser.CopyOptions.FromTo

Exceptions

ParseException

This exception is thrown when parse errors are encountered. You can explicitly create objects of this exception type by calling the method generateParseException in the generated parser.

You can modify this class to customize your error reporting mechanisms so long as you retain the public fields.