The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
Main Page
Packages
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Functions
Variables
Enumerator
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Here is a list of all class members with links to the classes they belong to:
- u -
UINT :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpTokenTypes
UINT_LITERAL :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpTokenTypes
ULONG :
Parser.CSharpParser
,
Parser.CSharpTokenTypes
,
Parser.CSharpLexer
ULONG_LITERAL :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpTokenTypes
UNARY_MINUS :
Parser.CSharpParser
,
Parser.CSharpTokenTypes
UNARY_OP_DECL :
Parser.CSharpTokenTypes
,
Parser.CSharpParser
UNARY_PLUS :
Parser.CSharpParser
,
Parser.CSharpTokenTypes
UnaryArithmeticalOperation() :
TypeSystem.Operations.UnaryArithmeticalOperation
UnaryExpression() :
AST.UnaryExpression
unaryExpression() :
Parser.CSharpParser
unaryOperator :
TypeSystem.Operations.UnaryArithmeticalOperation
UnaryOperator :
TypeSystem.Constraints.ArithmeticConstraint
Unbox() :
CodeGeneration.CodeGenerator
,
CodeGeneration.ILCodeGenerator
UnboxAny() :
CodeGeneration.CLRCodeGenerator
,
CodeGeneration.CodeGenerator
,
CodeGeneration.ILCodeGenerator
,
CodeGeneration.RrotorCodeGenerator
UnBoxIfNeeded() :
CodeGeneration.ILCodeGenerator
UNCHECKED :
Parser.CSharpParser
,
Parser.CSharpTokenTypes
,
Parser.CSharpLexer
UNICODE_CLASS_Cf :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpPreprocessorHooverLexer
,
Parser.CSharpPreprocessorLexer
,
Parser.CSharpTokenTypes
UNICODE_CLASS_Ll :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpPreprocessorHooverLexer
,
Parser.CSharpPreprocessorLexer
,
Parser.CSharpTokenTypes
UNICODE_CLASS_Lm :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpPreprocessorHooverLexer
,
Parser.CSharpPreprocessorLexer
,
Parser.CSharpTokenTypes
UNICODE_CLASS_Lo :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpPreprocessorHooverLexer
,
Parser.CSharpPreprocessorLexer
,
Parser.CSharpTokenTypes
UNICODE_CLASS_Lt :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpPreprocessorHooverLexer
,
Parser.CSharpPreprocessorLexer
,
Parser.CSharpTokenTypes
UNICODE_CLASS_Lu :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpPreprocessorHooverLexer
,
Parser.CSharpPreprocessorLexer
,
Parser.CSharpTokenTypes
UNICODE_CLASS_Mc :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpPreprocessorHooverLexer
,
Parser.CSharpPreprocessorLexer
,
Parser.CSharpTokenTypes
UNICODE_CLASS_Mn :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpPreprocessorHooverLexer
,
Parser.CSharpPreprocessorLexer
,
Parser.CSharpTokenTypes
UNICODE_CLASS_Nd :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpPreprocessorHooverLexer
,
Parser.CSharpPreprocessorLexer
,
Parser.CSharpTokenTypes
UNICODE_CLASS_Nl :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpPreprocessorHooverLexer
,
Parser.CSharpPreprocessorLexer
,
Parser.CSharpTokenTypes
UNICODE_CLASS_Pc :
Parser.CSharpPreprocessorLexer
,
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpPreprocessorHooverLexer
,
Parser.CSharpTokenTypes
UNICODE_CLASS_Zs :
Parser.CSharpPreprocessorHooverLexer
,
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpPreprocessorLexer
,
Parser.CSharpTokenTypes
UNICODE_ESCAPE_SEQUENCE :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpPreprocessorHooverLexer
,
Parser.CSharpPreprocessorLexer
,
Parser.CSharpTokenTypes
unification :
TypeSystem.Operations.AssignmentOperation
UnificationError() :
ErrorManagement.UnificationError
Unify() :
TypeSystem.PropertyType
,
TypeSystem.StringType
,
TypeSystem.FieldType
,
TypeSystem.MethodType
,
TypeSystem.DoubleType
,
TypeSystem.VoidType
,
TypeSystem.UnionType
,
TypeSystem.TypeVariable
,
TypeSystem.CharType
,
TypeSystem.IntersectionType
,
TypeSystem.IntType
,
TypeSystem.BoolType
,
TypeSystem.ClassType
,
TypeSystem.ClassTypeProxy
,
TypeSystem.InterfaceType
,
TypeSystem.ArrayType
,
TypeSystem.NameSpaceType
,
TypeSystem.NullType
,
TypeSystem.TypeExpression
UnionType() :
TypeSystem.UnionType
UnknownIDError() :
ErrorManagement.UnknownIDError
UnknownMemberError() :
ErrorManagement.UnknownMemberError
UnknownTypeError() :
ErrorManagement.UnknownTypeError
UNSAFE :
Parser.CSharpLexer
,
Parser.CSharpParser
,
Parser.CSharpTokenTypes
UpdateConstructors() :
TypeSystem.BCLClassType
UpdateEquivalenceClass() :
TypeSystem.FieldType
,
TypeSystem.ClassType
,
TypeSystem.EquivalenceClass
,
TypeSystem.TypeVariable
,
TypeSystem.UnionType
,
TypeSystem.TypeExpression
,
TypeSystem.ArrayType
UpdateIndexSSA() :
Semantic.SSAAlgorithm.SSAElement
UserType() :
TypeSystem.UserType
UserTypeExpectedError() :
ErrorManagement.UserTypeExpectedError
USHORT :
Parser.CSharpTokenTypes
,
Parser.CSharpLexer
,
Parser.CSharpParser
USING :
Parser.CSharpTokenTypes
,
Parser.CSharpParser
,
Parser.CSharpLexer
USING_ALIAS_DIRECTIVE :
Parser.CSharpTokenTypes
,
Parser.CSharpParser
USING_DIRECTIVES :
Parser.CSharpTokenTypes
,
Parser.CSharpParser
USING_NAMESPACE_DIRECTIVE :
Parser.CSharpTokenTypes
,
Parser.CSharpParser
usingDirective() :
Parser.CSharpParser
usingDirectives() :
Parser.CSharpParser
Usings :
AST.SourceFile
Generated on Mon Oct 21 2013 16:10:34 for The StaDyn Programming Language by
1.8.5