|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfi.hu.cs.titokone.Source
This class represents source code. It contains the source as a delimited string.
Field Summary | |
private java.lang.String |
sourceString
The source code as one long String, lines delimited with \n, \r\n or \r. |
Constructor Summary | |
Source(java.lang.String source)
This constructor initializes sourceString with its given string. |
Method Summary | |
java.lang.String |
getSource()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String sourceString
Constructor Detail |
public Source(java.lang.String source)
source
- String containing source delimited with \n, \r\n or \r.Method Detail |
public java.lang.String getSource()
getSource
in interface TTK91CompileSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |