A B C E F G H I L M N P R S T W X

G

generateContentNodeTree(Document, String, String, SyntaxAdaptable, String) - Method in class inf.compilers.XmlAdaptor
This utility function can be called to generate a tree of Nodes for some content in a layered language.
generateDocument(R) - Method in class inf.compilers.XmlAdaptor
This function takes an object in the internal representation and generates an according Document.
generateNodeTree(Document, R) - Method in class inf.compilers.XmlAdaptor
This function is called (indirectly) by the default implementation of the XmlAdaptor.write(R, java.io.Writer) function provided by XmlAdaptor.
getContentText(Element) - Static method in class inf.compilers.XmlAdaptor
This function returns the textual content of the given Element.
getInternalClass() - Method in interface inf.compilers.SyntaxAdaptor
This function returns the Class that holds the internal representation this adaptor translates to and from.
getLineNr() - Method in class inf.compilers.LexicalAnalyzer
This function returns the line number on which the current token begins.
getMatchedString(LexicalAnalyzer.TokenType) - Method in class inf.compilers.LexicalAnalyzer
This function returns the String that has been matched by the previous call to matchesNext(...).
getProperty(String) - Method in interface inf.compilers.SyntaxAdaptor
This function gets the property that is associated with the given key.
getProperty(String) - Method in class inf.compilers.XmlAdaptor
This function gets the property that is associated with the given key.
getSyntaxAdaptor(Class<? extends SyntaxAdaptable>, String) - Method in class inf.compilers.SyntaxAdaptorRegistry
This function retrieves the previously registered SyntaxAdaptor for the given internal and external representation.
getSyntaxName() - Method in interface inf.compilers.SyntaxAdaptor
This function returns the name that should identify the syntactical language that this adaptor translates to and from.

A B C E F G H I L M N P R S T W X