C# Class UnityScript.Core.UnityScriptCompilerErrors

Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
ClassExpected ( LexicalInfo location, string typeName ) : CompilerError
EvalHasBeenDisabled ( LexicalInfo location, string reason ) : CompilerError
InterfaceExpected ( LexicalInfo location, string typeName ) : CompilerError
InvalidPropertyGetter ( LexicalInfo location ) : CompilerError
InvalidPropertySetter ( LexicalInfo location ) : CompilerError
KeywordCannotBeUsedAsAnIdentifier ( LexicalInfo location, string keyword ) : CompilerError
SemicolonExpected ( LexicalInfo location ) : CompilerError
SetterCanNotDeclareReturnType ( LexicalInfo location ) : CompilerError
UnknownPragma ( LexicalInfo location, string pragma ) : CompilerError

Private Methods

Method Description
CreateError ( string code, LexicalInfo location, string message ) : CompilerError

Method Details

ClassExpected() public static method

public static ClassExpected ( LexicalInfo location, string typeName ) : CompilerError
location LexicalInfo
typeName string
return Boo.Lang.Compiler.CompilerError

EvalHasBeenDisabled() public static method

public static EvalHasBeenDisabled ( LexicalInfo location, string reason ) : CompilerError
location LexicalInfo
reason string
return Boo.Lang.Compiler.CompilerError

InterfaceExpected() public static method

public static InterfaceExpected ( LexicalInfo location, string typeName ) : CompilerError
location LexicalInfo
typeName string
return Boo.Lang.Compiler.CompilerError

InvalidPropertyGetter() public static method

public static InvalidPropertyGetter ( LexicalInfo location ) : CompilerError
location LexicalInfo
return Boo.Lang.Compiler.CompilerError

InvalidPropertySetter() public static method

public static InvalidPropertySetter ( LexicalInfo location ) : CompilerError
location LexicalInfo
return Boo.Lang.Compiler.CompilerError

KeywordCannotBeUsedAsAnIdentifier() public static method

public static KeywordCannotBeUsedAsAnIdentifier ( LexicalInfo location, string keyword ) : CompilerError
location LexicalInfo
keyword string
return Boo.Lang.Compiler.CompilerError

SemicolonExpected() public static method

public static SemicolonExpected ( LexicalInfo location ) : CompilerError
location LexicalInfo
return Boo.Lang.Compiler.CompilerError

SetterCanNotDeclareReturnType() public static method

public static SetterCanNotDeclareReturnType ( LexicalInfo location ) : CompilerError
location LexicalInfo
return Boo.Lang.Compiler.CompilerError

UnknownPragma() public static method

public static UnknownPragma ( LexicalInfo location, string pragma ) : CompilerError
location LexicalInfo
pragma string
return Boo.Lang.Compiler.CompilerError