|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.text.lang3gl.DefaultLang3GLContext
public class DefaultLang3GLContext
| Constructor Summary | |
|---|---|
DefaultLang3GLContext(Model packages)
|
|
| Method Summary | |
|---|---|
Class |
findClass(ClassRef cref)
Returns a Class for the given ClassRef |
Class |
findClass(java.lang.String qualifiedName)
Returns a Class for the given qualified name where qualified names take the format uri#class-name, for example http://mysite.com/myapp#MyClass |
Package |
findPackage(ClassRef cref)
Returns a Package for the given ClassRef |
Package |
findPackage(java.lang.String qualifiedName)
Returns a Package for the given qualified name where qualified names take the format uri#class-name, for example http://mysite.com/myapp#MyClass |
java.lang.String |
getIndentationToken()
|
boolean |
usePrimitives()
Whether to use primitives over wrapper type classes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultLang3GLContext(Model packages)
| Method Detail |
|---|
public Class findClass(ClassRef cref)
Lang3GLContext
findClass in interface Lang3GLContextcref - the ClassRef
org.plasma.text.lang3gl.Class,
org.plasma.text.lang3gl.ClassRefpublic Class findClass(java.lang.String qualifiedName)
Lang3GLContext
findClass in interface Lang3GLContextqualifiedName - the qualified name, for example http://mysite.com/myapp#MyClass
org.plasma.text.lang3gl.Classpublic Package findPackage(ClassRef cref)
Lang3GLContext
findPackage in interface Lang3GLContextcref - the ClassRef
org.plasma.text.lang3gl.Package,
org.plasma.text.lang3gl.ClassRefpublic Package findPackage(java.lang.String qualifiedName)
Lang3GLContext
findPackage in interface Lang3GLContextqualifiedName - the qualified name, for example http://mysite.com/myapp#MyClass
org.plasma.text.lang3gl.Packagepublic boolean usePrimitives()
Lang3GLContext
usePrimitives in interface Lang3GLContextpublic java.lang.String getIndentationToken()
getIndentationToken in interface Lang3GLContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||