Class ResourceFile
java.lang.Object
org.torqlang.util.ResourceFile
- All Implemented Interfaces:
SourceFile,SourceString
-
Field Summary
Fields inherited from interface org.torqlang.util.SourceString
EMPTY_SOURCE_STRING -
Constructor Summary
ConstructorsConstructorDescriptionResourceFile(ResourceFileBroker broker, List<FileName> path, String content) -
Method Summary
-
Constructor Details
-
ResourceFile
-
-
Method Details
-
broker
- Specified by:
brokerin interfaceSourceFile
-
charAt
public final char charAt(int index) - Specified by:
charAtin interfaceSourceString
-
containsIndex
public final boolean containsIndex(int index) - Specified by:
containsIndexin interfaceSourceString
-
content
- Specified by:
contentin interfaceSourceString
-
equals
-
hashCode
-
isEmpty
public final boolean isEmpty()- Specified by:
isEmptyin interfaceSourceString
-
path
- Specified by:
pathin interfaceSourceFile
-
substring
- Specified by:
substringin interfaceSourceString
-