|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ws.jaxme.js.pattern.SourceReflector
public class SourceReflector
Reflector for gathering information about a Java source file.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
JavaSource |
getJavaSource(JavaSourceFactory pFactory)
Returns the converted information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.
| Method Detail |
|---|
public JavaSource getJavaSource(JavaSourceFactory pFactory)
throws antlr.RecognitionException,
antlr.TokenStreamException,
java.io.IOException
Reflector
getJavaSource in interface Reflectorantlr.RecognitionException
antlr.TokenStreamException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||