Uses of Class
simula.compiler.utilities.Meaning
Package
Description
Simula Compiler Declarations.
Simula Compiler Expressions.
-
Uses of Meaning in simula.compiler.syntaxClass.declaration
Modifier and TypeMethodDescriptionDeclarationScope.findLabelMeaning
(String identifier) Find Label's MeaningConnectionBlock.findMeaning
(String identifier) DeclarationScope.findMeaning
(String identifier) Find MeaningClassDeclaration.findRemoteAttributeMeaning
(String ident) Find Remote Attribute's Meaning.StandardClass.findRemoteAttributeMeaning
(String ident) ClassDeclaration.findVisibleAttributeMeaning
(String ident) DeclarationScope.findVisibleAttributeMeaning
(String ident) Find visible attribute's MeaningMaybeBlockDeclaration.findVisibleAttributeMeaning
(String ident) ProcedureDeclaration.findVisibleAttributeMeaning
(String ident) StandardClass.findVisibleAttributeMeaning
(String ident) -
Uses of Meaning in simula.compiler.syntaxClass.expression
Modifier and TypeFieldDescriptionprivate Meaning
ObjectGenerator.meaning
The semantic meaningVariableExpression.meaning
The meaning of this variable.private Meaning
RemoteVariable.remoteAttribute
The remote attribute's semantic meaning.Modifier and TypeMethodDescription(package private) Meaning
VariableExpression.getMeaning()
Returns the meaning.Modifier and TypeMethodDescription(package private) void
VariableExpression.setRemotelyAccessed
(Meaning meaning) This variable is remotely accessed through 'meaning'.