C# Class SwiftSupport, Code2Xml

Exibir arquivo Open project: exKAZUu/Code2Xml

Public Properties

Property Type Description
leftWS Antlr4.Runtime.Sharpen.BitSet
operatorHead Antlr4.Runtime.Sharpen.BitSet
rightWS Antlr4.Runtime.Sharpen.BitSet

Public Methods

Method Description
getLastOpTokenIndex ( ITokenStream tokens ) : int
getLeftRightWS ( ITokenStream tokens, ParserRuleContext ctx ) : int
isBinaryOp ( ITokenStream tokens ) : boolean,
isLeftOperatorWS ( IToken t ) : boolean,
isOpNext ( ITokenStream tokens ) : boolean,
isOperator ( ITokenStream tokens, String op ) : boolean,
isOperatorChar ( int ttype ) : boolean,
isOperatorHead ( int ttype ) : boolean,
isPostfixOp ( ITokenStream tokens ) : boolean,
isPrefixOp ( ITokenStream tokens ) : boolean,
isRightOperatorWS ( IToken t ) : boolean,

Private Methods

Method Description
SwiftSupport ( ) : System

Method Details

getLastOpTokenIndex() public static method

public static getLastOpTokenIndex ( ITokenStream tokens ) : int
tokens ITokenStream
return int

getLeftRightWS() public static method

public static getLeftRightWS ( ITokenStream tokens, ParserRuleContext ctx ) : int
tokens ITokenStream
ctx ParserRuleContext
return int

isBinaryOp() public static method

public static isBinaryOp ( ITokenStream tokens ) : boolean,
tokens ITokenStream
return boolean,

isLeftOperatorWS() public static method

public static isLeftOperatorWS ( IToken t ) : boolean,
t IToken
return boolean,

isOpNext() public static method

public static isOpNext ( ITokenStream tokens ) : boolean,
tokens ITokenStream
return boolean,

isOperator() public static method

public static isOperator ( ITokenStream tokens, String op ) : boolean,
tokens ITokenStream
op String
return boolean,

isOperatorChar() public static method

public static isOperatorChar ( int ttype ) : boolean,
ttype int
return boolean,

isOperatorHead() public static method

public static isOperatorHead ( int ttype ) : boolean,
ttype int
return boolean,

isPostfixOp() public static method

public static isPostfixOp ( ITokenStream tokens ) : boolean,
tokens ITokenStream
return boolean,

isPrefixOp() public static method

public static isPrefixOp ( ITokenStream tokens ) : boolean,
tokens ITokenStream
return boolean,

isRightOperatorWS() public static method

public static isRightOperatorWS ( IToken t ) : boolean,
t IToken
return boolean,

Property Details

leftWS public_oe static_oe property

public static BitSet,Antlr4.Runtime.Sharpen leftWS
return Antlr4.Runtime.Sharpen.BitSet

operatorHead public_oe static_oe property

public static BitSet,Antlr4.Runtime.Sharpen operatorHead
return Antlr4.Runtime.Sharpen.BitSet

rightWS public_oe static_oe property

public static BitSet,Antlr4.Runtime.Sharpen rightWS
return Antlr4.Runtime.Sharpen.BitSet