C# Class Pytocs.Syntax.VarArg

Mostrar archivo Open project: uxmal/pytocs

Public Properties

Property Type Description
IsIndexed bool
IsKeyword bool
name Exp
test Exp

Public Methods

Method Description
Indexed ( Identifier name ) : VarArg
Keyword ( Identifier name ) : VarArg

Method Details

Indexed() public static method

public static Indexed ( Identifier name ) : VarArg
name Identifier
return VarArg

Keyword() public static method

public static Keyword ( Identifier name ) : VarArg
name Identifier
return VarArg

Property Details

IsIndexed public_oe property

public bool IsIndexed
return bool

IsKeyword public_oe property

public bool IsKeyword
return bool

name public_oe property

public Exp name
return Exp

test public_oe property

public Exp test
return Exp