com.google.clearsilver.jsilver.syntax.node
Class AHardLincludeCommand
java.lang.Object
com.google.clearsilver.jsilver.syntax.node.Node
com.google.clearsilver.jsilver.syntax.node.PCommand
com.google.clearsilver.jsilver.syntax.node.AHardLincludeCommand
- All Implemented Interfaces:
- Switchable, Cloneable
public final class AHardLincludeCommand
- extends PCommand
AHardLincludeCommand
public AHardLincludeCommand()
AHardLincludeCommand
public AHardLincludeCommand(PPosition _position_,
PExpression _expression_)
clone
public Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getPosition
public PPosition getPosition()
setPosition
public void setPosition(PPosition node)
getExpression
public PExpression getExpression()
setExpression
public void setExpression(PExpression node)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010-2012 Google. All Rights Reserved.