메소드 |
설명 |
|
BuildDataType ( XSharpParser context ) : CodeTypeReference |
|
|
BuildExpression ( XSharpParser expression ) : System.CodeDom.CodeExpression |
|
|
BuildExpression ( XSharpParser expression, bool right ) : System.CodeDom.CodeExpression |
|
|
BuildLiteralValue ( XSharpParser context ) : System.CodeDom.CodeExpression |
|
|
BuildLocalVar ( XSharpParser context, CodeTypeReference localType ) : CodeVariableDeclarationStatement |
|
|
BuildName ( XSharpParser context ) : CodeTypeReference |
|
|
BuildNativeType ( String nativeType ) : CodeTypeReference |
|
|
BuildNativeType ( XSharpParser nativeType ) : CodeTypeReference |
|
|
BuildSimpleName ( XSharpParser simpleName ) : CodeTypeReference |
|
|
BuildXBaseType ( XSharpParser xbaseType ) : CodeTypeReference |
|
|
ContextToClassModifiers ( XSharpParser modifiers ) : TypeAttributes |
|
|
ContextToConstructorModifiers ( XSharpParser modifiers ) : MemberAttributes |
|
|
ContextToEventModifiers ( XSharpParser modifiers ) : MemberAttributes |
|
|
ContextToMethodModifiers ( XSharpParser modifiers ) : MemberAttributes |
|
|
CreateSnippetMember ( ParserRuleContext context ) : CodeSnippetTypeMember |
|
|
FillCodeDomDesignerData ( CodeObject newElement, int line, int col ) : void |
|
|
FillCodeSource ( CodeObject element, IToken endOfFirstLine, ParserRuleContext context ) : void |
|
|
GetNumericValue ( XSharpParser context ) : object |
Get a LiteralValueContext containing a BIN_CONST, INT_CONST, HEX_CONST, or a REAL_CONST as a String, and convert it to the "real" value, with the corresponding Type. |
|
GetParametersList ( XSharpParser paramList ) : CodeParameterDeclarationExpressionCollection |
|
|
IsEmpty ( CodeNamespace nspace ) : bool |
|
|
decodeMemberAttributes ( IList tokens ) : MemberAttributes |
|
|