Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Interface
oracle.javatools.parser.java.v2.model.SourceError

Packages that use SourceError
oracle.javatools.parser.java.v2.model The parser model API. 
oracle.javatools.parser.java.v2.util Various utilities for use with the parser. 
 

Uses of SourceError in oracle.javatools.parser.java.v2.model
 

Fields in oracle.javatools.parser.java.v2.model declared as SourceError
static SourceError[] SourceError.EMPTY_ARRAY
           
 

Methods in oracle.javatools.parser.java.v2.model that return types with arguments of type SourceError
 java.util.List<SourceError> SourceFile.getCompileErrors()
          Gets the list of compile-time errors.
 java.util.Collection<SourceError> SourceFile.getErrors(int severity, int errorCategory)
          Gets all the errors in the indicated categories with the given severity or worse.
 java.util.List<SourceError> SourceFile.getParseErrors()
          Gets the list of parse-time errors.
 

Uses of SourceError in oracle.javatools.parser.java.v2.util
 

Methods in oracle.javatools.parser.java.v2.util with parameters of type SourceError
 void SourceVisitor.whenEnterError(SourceError sourceError)
           
 void SourceVisitor.whenExitError(SourceError sourceError)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.