Table of Contents

Class Source

Namespace
CppNet
Assembly
MonoGame.Framework.Content.Pipeline.dll
public abstract class Source : Iterable<Token>, Closeable
Inheritance
Source
Implements
Derived
Inherited Members

Constructors

Source()

public Source()

Methods

close()

public virtual void close()

error(int, int, string)

protected void error(int line, int column, string msg)

Parameters

line int
column int
msg string

getColumn()

public virtual int getColumn()

Returns

int

getLine()

public virtual int getLine()

Returns

int

iterator()

public Iterator<Token> iterator()

Returns

Iterator<Token>

setListener(PreprocessorListener)

public void setListener(PreprocessorListener pl)

Parameters

pl PreprocessorListener

skipline(bool)

public Token skipline(bool white)

Parameters

white bool

Returns

Token

token()

public abstract Token token()

Returns

Token

warning(int, int, string)

protected void warning(int line, int column, string msg)

Parameters

line int
column int
msg string