Class FunctionSymbol

    • Constructor Detail

      • FunctionSymbol

        public FunctionSymbol​(java.lang.String name)
    • Method Detail

      • getTypeVariableList

        public java.util.List<TypeVarSymbol> getTypeVariableList()
      • getAllAccessibleTypeVariables

        public java.util.List<TypeVarSymbol> getAllAccessibleTypeVariables()
      • getTypeVariablesOfEnclosingType

        public java.util.List<TypeVarSymbol> getTypeVariablesOfEnclosingType()
      • getParameterList

        public java.util.List<VariableSymbol> getParameterList()
      • replaceTypeVariables

        @Deprecated
        public void replaceTypeVariables​(java.util.Map<TypeVarSymbol,​SymTypeExpression> replaceMap)
        Deprecated.
        use TypeParameterRelations
      • getAccessModifier

        public de.monticore.symboltable.modifiers.AccessModifier getAccessModifier()
        Specified by:
        getAccessModifier in interface de.monticore.symboltable.ISymbol
        Overrides:
        getAccessModifier in class FunctionSymbolTOP