Uses of Class
edu.vub.at.objects.natives.grammar.NATAbstractGrammar

Packages that use NATAbstractGrammar
edu.vub.at.objects.natives   
edu.vub.at.objects.natives.grammar   
edu.vub.at.parser   
 

Uses of NATAbstractGrammar in edu.vub.at.objects.natives
 

Subclasses of NATAbstractGrammar in edu.vub.at.objects.natives
 class NATFraction
          The native implementation of an AmbientTalk fraction.
 class NATNumber
          The native implementation of an AmbientTalk number.
 class NATNumeric
          A common superclass of both numbers and fractions to factor out common base-level behaviour.
 class NATTable
          The native implementation of an AmbientTalk table.
 class NATText
          The native implementation of an AmbientTalk text string.
 

Uses of NATAbstractGrammar in edu.vub.at.objects.natives.grammar
 

Subclasses of NATAbstractGrammar in edu.vub.at.objects.natives.grammar
 class AGApplication
           
 class AGAssignField
           
 class AGAssignTable
           
 class AGAssignVariable
           
 class AGAsyncMessageCreation
          AGAsyncMessageCreation implements the ATAsyncMessageCreation interface natively.
 class AGBegin
          AGBegin represents the abstract grammar element of a list of statements.
 class AGClosureLiteral
          The native implementation of a literal closure AG element.
 class AGDefExternalField
          Represents the abstract grammar for defining external fields.
 class AGDefExternalMethod
          The native implementation of an external method definition abstract grammar element.
 class AGDefField
           
 class AGDefFunction
          The native implementation of a function definition abstract grammar element.
 class AGDefStripe
          The native AST node for the code: def stripename; def stripename < superstripename;
 class AGDefTable
           
 class AGDelegationCreation
          The native implementation of a first-class delegating message send.
 class AGExpression
           
 class AGMessageCreation
           
 class AGMessageSend
           
 class AGMethodInvocationCreation
           
 class AGMultiAssignment
           
 class AGMultiDefinition
           
 class AGQuote
           
 class AGSelection
           
 class AGSelf
           
 class AGSplice
           
 class AGSymbol
           
 class AGTabulation
           
 class AGUnquote
           
 class AGUnquoteSplice
           
 

Uses of NATAbstractGrammar in edu.vub.at.parser
 

Methods in edu.vub.at.parser that return NATAbstractGrammar
static NATAbstractGrammar ATParserTest.parseProgram(java.lang.String parserInput)