Constructor and Description |
---|
SourceReflector(java.io.File pFile)
Creates a new
SourceReflector , which
is going to read the Java source file pFile . |
SourceReflector(java.net.URL pURL)
Creates a new
SourceReflector , which
is going to read the Java source file from pURL . |
Modifier and Type | Method and Description |
---|---|
JavaSource |
getJavaSource(JavaSourceFactory pFactory)
Returns the converted information.
|
public SourceReflector(java.io.File pFile)
SourceReflector
, which
is going to read the Java source file pFile
.public SourceReflector(java.net.URL pURL)
SourceReflector
, which
is going to read the Java source file from pURL
.public JavaSource getJavaSource(JavaSourceFactory pFactory) throws antlr.RecognitionException, antlr.TokenStreamException, java.io.IOException
Reflector
getJavaSource
in interface Reflector
antlr.RecognitionException
antlr.TokenStreamException
java.io.IOException